#1f2cca

Color #1F2CCA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F2CCA

Tints of Persian Blue #1F2CCA

Color information

#1F2CCA (or 0x1F2CCA) is unknown color: approx Persian Blue. HEX triplet: 1F, 2C and CA. RGB value is (31,44,202). Sum of RGB (Red+Green+Blue) = 31+44+202=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CCA is #E0D335. Grayscale: #393939. Windows color (decimal): -14734134 or 13249567. OLE color: 13249567.

HSL color Cylindrical-coordinate representation of color #1F2CCA: hue angle of 235.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2CCA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3144202-
CMYK0.850.7800.21
HSL235.44º73.39%45.69%-
HSV(B)235.44º84.65%79.22%-
XYZ12.136.3656.46-
YUV58.12209.19108.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 202 (79.30% from 255) = 72.92%
R=11.19%
G=15.88%
B=72.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31442020.850.7800.21235.4473.3945.69
Hex1F2CCA554E015eb492e
Octal375431212511602535311156
Binary111111011001100101010101011001110010101111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2cca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f2cca; }

 p { color: rgb(31,44,202); }

 H1.HeaderClassName
 {
   color: #1f2cca;
 }
 .AnyTagClassName
 {
   color: #1f2cca;
 }
</style>
background-color css

<style>
 a { background-color: #1f2cca; }

 a { background-color: rgb(31,44,202); }

 div.DivClassName
 {
   background-color: #1f2cca;
 }
 .BgClassName
 {
   background-color: #1f2cca;
 }
</style>
border-color css

<style>
 span { border-color: #1f2cca; }

 span { border-color: rgb(31,44,202); }

 td.TdClassName
 {
   border-color: #1f2cca;
 }
 .TagClassName
 {
   border-color: #1f2cca;
 }
</style>