#1D24E8

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

Shades of Persian Blue #1D24E8

Tints of Persian Blue #1D24E8

Color information

#1D24E8 (or 0x1D24E8) is unknown color: approx Persian Blue. HEX triplet: 1D, 24 and E8. RGB value is (29,36,232). Sum of RGB (Red+Green+Blue) = 29+36+232=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 232 (91.02% from 255 or 78.11% from 297); Max value from RGB is 232 - color contains mainly: blue. Hex color #1D24E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D24E8 is #E2DB17. Grayscale: #373737. Windows color (decimal): -14867224 or 15213597. OLE color: 15213597.

HSL color Cylindrical-coordinate representation of color #1D24E8: hue angle of 237.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D24E8 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2936232-
CMYK0.880.8400.09
HSL237.93º81.53%51.18%-
HSV(B)237.93º87.5%90.98%-
XYZ15.77.3576.93-
YUV56.25227.18108.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 232 (91.02% from 255) = 78.11%
R=9.76%
G=12.12%
B=78.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29362320.880.8400.09237.9381.5351.18
Hex1D24E8585409ee5233
Octal354435013012401135612263
Binary11101100100111010001011000101010001001111011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D24E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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