Shades of Persian Blue #1D2DAD
Tints of Persian Blue #1D2DAD
RGB
CMYK
RGB Variations
Color information
#1D2DAD (or 0x1D2DAD) is known color: Persian Blue. HEX triplet: 1D, 2D and AD. RGB value is (29,45,173). Sum of RGB (Red+Green+Blue) = 29+45+173=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2DAD is #E2D252. Grayscale: #363636. Windows color (decimal): -14864979 or 11349277. OLE color: 11349277.
HSL color Cylindrical-coordinate representation of color #1D2DAD: hue angle of 233.33º 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 #1D2DAD is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 45 | 173 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.32 |
| HSL | 233.33º | 0.71% | 0.4% | - |
| HSV(B) | 233.33º | 0.83% | 0.68% | - |
| XYZ | 8.99 | 5.16 | 40.06 | - |
| YUV | 54.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 173 | 0.83 | 0.74 | 0 | 0.32 | 233.33 | 0.71 | 0.4 |
| Hex | 1D | 2D | AD | 53 | 4A | 0 | 20 | E9 | 47 | 28 |
| Octal | 35 | 55 | 255 | 123 | 112 | 0 | 40 | 351 | 107 | 50 |
| Binary | 11101 | 101101 | 10101101 | 1010011 | 1001010 | 0 | 100000 | 11101001 | 1000111 | 101000 |
Color Harmonies of #1D2DAD
Complementary color
Monochromatic Colors of #1D2DAD
Black with #1D2DAD
Text Example
Text Example
White with #1D2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2DAD; }
p { color: rgb(29,45,173); }
H1.HeaderClassName
{
color: #1D2DAD;
}
.AnyTagClassName
{
color: #1D2DAD;
}
</style>
background-color css
<style>
a { background-color: #1D2DAD; }
a { background-color: rgb(29,45,173); }
div.DivClassName
{
background-color: #1D2DAD;
}
.BgClassName
{
background-color: #1D2DAD;
}
</style>
border-color css
<style>
span { border-color: #1D2DAD; }
span { border-color: rgb(29,45,173); }
td.TdClassName
{
border-color: #1D2DAD;
}
.TagClassName
{
border-color: #1D2DAD;
}
</style>