#1F24AD

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

Shades of Persian Blue #1F24AD

Tints of Persian Blue #1F24AD

Color information

#1F24AD (or 0x1F24AD) is unknown color: approx Persian Blue. HEX triplet: 1F, 24 and AD. RGB value is (31,36,173). Sum of RGB (Red+Green+Blue) = 31+36+173=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F24AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F24AD is #E0DB52. Grayscale: #313131. Windows color (decimal): -14736211 or 11346975. OLE color: 11346975.

HSL color Cylindrical-coordinate representation of color #1F24AD: hue angle of 237.89º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F24AD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3136173-
CMYK0.820.7900.32
HSL237.89º69.61%40%-
HSV(B)237.89º82.08%67.84%-
XYZ8.744.5739.96-
YUV50.12197.34114.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 173 (67.97% from 255) = 72.08%
R=12.92%
G=15%
B=72.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31361730.820.7900.32237.8969.6140
Hex1F24AD524F020ee4628
Octal374425512211704035610650
Binary1111110010010101101101001010011110100000111011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F24AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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