Shades of Persian Blue #1D42AD
Tints of Persian Blue #1D42AD
RGB
CMYK
RGB Variations
Color information
#1D42AD (or 0x1D42AD) is known color: Persian Blue. HEX triplet: 1D, 42 and AD. RGB value is (29,66,173). Sum of RGB (Red+Green+Blue) = 29+66+173=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D42AD is #E2BD52. Grayscale: #424242. Windows color (decimal): -14859603 or 11354653. OLE color: 11354653.
HSL color Cylindrical-coordinate representation of color #1D42AD: hue angle of 224.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D42AD is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 66 | 173 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.32 |
| HSL | 224.58º | 0.71% | 0.4% | - |
| HSV(B) | 224.58º | 0.83% | 0.68% | - |
| XYZ | 10 | 7.17 | 40.39 | - |
| YUV | 67.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 173 | 0.83 | 0.62 | 0 | 0.32 | 224.58 | 0.71 | 0.4 |
| Hex | 1D | 42 | AD | 53 | 3E | 0 | 20 | E1 | 47 | 28 |
| Octal | 35 | 102 | 255 | 123 | 76 | 0 | 40 | 341 | 107 | 50 |
| Binary | 11101 | 1000010 | 10101101 | 1010011 | 111110 | 0 | 100000 | 11100001 | 1000111 | 101000 |
Color Harmonies of #1D42AD
Complementary color
Monochromatic Colors of #1D42AD
Black with #1D42AD
Text Example
Text Example
White with #1D42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42AD; }
p { color: rgb(29,66,173); }
H1.HeaderClassName
{
color: #1D42AD;
}
.AnyTagClassName
{
color: #1D42AD;
}
</style>
background-color css
<style>
a { background-color: #1D42AD; }
a { background-color: rgb(29,66,173); }
div.DivClassName
{
background-color: #1D42AD;
}
.BgClassName
{
background-color: #1D42AD;
}
</style>
border-color css
<style>
span { border-color: #1D42AD; }
span { border-color: rgb(29,66,173); }
td.TdClassName
{
border-color: #1D42AD;
}
.TagClassName
{
border-color: #1D42AD;
}
</style>