Shades of Persian Blue #1D42DB
Tints of Persian Blue #1D42DB
RGB
CMYK
RGB Variations
Color information
#1D42DB (or 0x1D42DB) is known color: Persian Blue. HEX triplet: 1D, 42 and DB. RGB value is (29,66,219). Sum of RGB (Red+Green+Blue) = 29+66+219=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42DB is #E2BD24. Grayscale: #474747. Windows color (decimal): -14859557 or 14369309. OLE color: 14369309.
HSL color Cylindrical-coordinate representation of color #1D42DB: hue angle of 228.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D42DB is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 66 | 219 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.14 |
| HSL | 228.32º | 0.77% | 0.49% | - |
| HSV(B) | 228.32º | 0.87% | 0.86% | - |
| XYZ | 15.24 | 9.27 | 68 | - |
| YUV | 72.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 219 | 0.87 | 0.70 | 0 | 0.14 | 228.32 | 0.77 | 0.49 |
| Hex | 1D | 42 | DB | 57 | 46 | 0 | E | E4 | 4D | 31 |
| Octal | 35 | 102 | 333 | 127 | 106 | 0 | 16 | 344 | 115 | 61 |
| Binary | 11101 | 1000010 | 11011011 | 1010111 | 1000110 | 0 | 1110 | 11100100 | 1001101 | 110001 |
Color Harmonies of #1D42DB
Complementary color
Monochromatic Colors of #1D42DB
Black with #1D42DB
Text Example
Text Example
White with #1D42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42DB; }
p { color: rgb(29,66,219); }
H1.HeaderClassName
{
color: #1D42DB;
}
.AnyTagClassName
{
color: #1D42DB;
}
</style>
background-color css
<style>
a { background-color: #1D42DB; }
a { background-color: rgb(29,66,219); }
div.DivClassName
{
background-color: #1D42DB;
}
.BgClassName
{
background-color: #1D42DB;
}
</style>
border-color css
<style>
span { border-color: #1D42DB; }
span { border-color: rgb(29,66,219); }
td.TdClassName
{
border-color: #1D42DB;
}
.TagClassName
{
border-color: #1D42DB;
}
</style>