Shades of Persian Blue #1D2DBD
Tints of Persian Blue #1D2DBD
RGB
CMYK
RGB Variations
Color information
#1D2DBD (or 0x1D2DBD) is known color: Persian Blue. HEX triplet: 1D, 2D and BD. RGB value is (29,45,189). Sum of RGB (Red+Green+Blue) = 29+45+189=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D2DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2DBD is #E2D242. Grayscale: #383838. Windows color (decimal): -14864963 or 12397853. OLE color: 12397853.
HSL color Cylindrical-coordinate representation of color #1D2DBD: hue angle of 234º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2DBD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 45 | 189 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.26 |
| HSL | 234º | 0.73% | 0.43% | - |
| HSV(B) | 234º | 0.85% | 0.74% | - |
| XYZ | 10.63 | 5.81 | 48.71 | - |
| YUV | 56.63 | 202.7 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 189 | 0.85 | 0.76 | 0 | 0.26 | 234 | 0.73 | 0.43 |
| Hex | 1D | 2D | BD | 55 | 4C | 0 | 1A | EA | 49 | 2B |
| Octal | 35 | 55 | 275 | 125 | 114 | 0 | 32 | 352 | 111 | 53 |
| Binary | 11101 | 101101 | 10111101 | 1010101 | 1001100 | 0 | 11010 | 11101010 | 1001001 | 101011 |
Color Harmonies of #1D2DBD
Complementary color
Monochromatic Colors of #1D2DBD
Black with #1D2DBD
Text Example
Text Example
White with #1D2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2DBD; }
p { color: rgb(29,45,189); }
H1.HeaderClassName
{
color: #1D2DBD;
}
.AnyTagClassName
{
color: #1D2DBD;
}
</style>
background-color css
<style>
a { background-color: #1D2DBD; }
a { background-color: rgb(29,45,189); }
div.DivClassName
{
background-color: #1D2DBD;
}
.BgClassName
{
background-color: #1D2DBD;
}
</style>
border-color css
<style>
span { border-color: #1D2DBD; }
span { border-color: rgb(29,45,189); }
td.TdClassName
{
border-color: #1D2DBD;
}
.TagClassName
{
border-color: #1D2DBD;
}
</style>