#1F24C2

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

Shades of Persian Blue #1F24C2

Tints of Persian Blue #1F24C2

Color information

#1F24C2 (or 0x1F24C2) is unknown color: approx Persian Blue. HEX triplet: 1F, 24 and C2. RGB value is (31,36,194). Sum of RGB (Red+Green+Blue) = 31+36+194=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 194 (76.17% from 255 or 74.33% from 261); Max value from RGB is 194 - color contains mainly: blue. Hex color #1F24C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F24C2 is #E0DB3D. Grayscale: #333333. Windows color (decimal): -14736190 or 12723231. OLE color: 12723231.

HSL color Cylindrical-coordinate representation of color #1F24C2: hue angle of 238.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F24C2 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3136194-
CMYK0.840.8100.24
HSL238.16º72.44%44.12%-
HSV(B)238.16º84.02%76.08%-
XYZ10.935.4551.51-
YUV52.52207.84112.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 194 (76.17% from 255) = 74.33%
R=11.88%
G=13.79%
B=74.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31361940.840.8100.24238.1672.4444.12
Hex1F24C25451018ee482c
Octal374430212412103035611054
Binary111111001001100001010101001010001011000111011101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F24C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,194); }

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

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

 a { background-color: rgb(31,36,194); }

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

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

 span { border-color: rgb(31,36,194); }

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