#1D24B0

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

Shades of Persian Blue #1D24B0

Tints of Persian Blue #1D24B0

Color information

#1D24B0 (or 0x1D24B0) is unknown color: approx Persian Blue. HEX triplet: 1D, 24 and B0. RGB value is (29,36,176). Sum of RGB (Red+Green+Blue) = 29+36+176=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D24B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D24B0 is #E2DB4F. Grayscale: #313131. Windows color (decimal): -14867280 or 11543581. OLE color: 11543581.

HSL color Cylindrical-coordinate representation of color #1D24B0: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D24B0 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2936176-
CMYK0.840.8000.31
HSL237.14º71.71%40.2%-
HSV(B)237.14º83.52%69.02%-
XYZ8.974.6641.5-
YUV49.87199.18113.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 176 (69.14% from 255) = 73.03%
R=12.03%
G=14.94%
B=73.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29361760.840.8000.31237.1471.7140.2
Hex1D24B0545001Fed4828
Octal354426012412003735511050
Binary111011001001011000010101001010000011111111011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D24B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,176); }

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

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

 a { background-color: rgb(29,36,176); }

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

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

 span { border-color: rgb(29,36,176); }

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