Shades of Persian Blue #1D24CA
Tints of Persian Blue #1D24CA
RGB
CMYK
RGB Variations
Color information
#1D24CA (or 0x1D24CA) is known color: Persian Blue. HEX triplet: 1D, 24 and CA. RGB value is (29,36,202). Sum of RGB (Red+Green+Blue) = 29+36+202=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D24CA is #E2DB35. Grayscale: #343434. Windows color (decimal): -14867254 or 13247517. OLE color: 13247517.
HSL color Cylindrical-coordinate representation of color #1D24CA: hue angle of 237.57º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D24CA is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 36 | 202 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.21 |
| HSL | 237.57º | 0.75% | 0.45% | - |
| HSV(B) | 237.57º | 0.86% | 0.79% | - |
| XYZ | 11.8 | 5.79 | 56.37 | - |
| YUV | 52.83 | 212.18 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 202 | 0.86 | 0.82 | 0 | 0.21 | 237.57 | 0.75 | 0.45 |
| Hex | 1D | 24 | CA | 56 | 52 | 0 | 15 | EE | 4B | 2D |
| Octal | 35 | 44 | 312 | 126 | 122 | 0 | 25 | 356 | 113 | 55 |
| Binary | 11101 | 100100 | 11001010 | 1010110 | 1010010 | 0 | 10101 | 11101110 | 1001011 | 101101 |
Color Harmonies of #1D24CA
Complementary color
Monochromatic Colors of #1D24CA
Black with #1D24CA
Text Example
Text Example
White with #1D24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D24CA; }
p { color: rgb(29,36,202); }
H1.HeaderClassName
{
color: #1D24CA;
}
.AnyTagClassName
{
color: #1D24CA;
}
</style>
background-color css
<style>
a { background-color: #1D24CA; }
a { background-color: rgb(29,36,202); }
div.DivClassName
{
background-color: #1D24CA;
}
.BgClassName
{
background-color: #1D24CA;
}
</style>
border-color css
<style>
span { border-color: #1D24CA; }
span { border-color: rgb(29,36,202); }
td.TdClassName
{
border-color: #1D24CA;
}
.TagClassName
{
border-color: #1D24CA;
}
</style>