Shades of Persian Blue #1D2BCD
Tints of Persian Blue #1D2BCD
RGB
CMYK
RGB Variations
Color information
#1D2BCD (or 0x1D2BCD) is known color: Persian Blue. HEX triplet: 1D, 2B and CD. RGB value is (29,43,205). Sum of RGB (Red+Green+Blue) = 29+43+205=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2BCD is #E2D432. Grayscale: #383838. Windows color (decimal): -14865459 or 13445917. OLE color: 13445917.
HSL color Cylindrical-coordinate representation of color #1D2BCD: hue angle of 235.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2BCD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 43 | 205 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.20 |
| HSL | 235.23º | 0.75% | 0.46% | - |
| HSV(B) | 235.23º | 0.86% | 0.8% | - |
| XYZ | 12.39 | 6.4 | 58.34 | - |
| YUV | 57.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 205 | 0.86 | 0.79 | 0 | 0.20 | 235.23 | 0.75 | 0.46 |
| Hex | 1D | 2B | CD | 56 | 4F | 0 | 14 | EB | 4B | 2E |
| Octal | 35 | 53 | 315 | 126 | 117 | 0 | 24 | 353 | 113 | 56 |
| Binary | 11101 | 101011 | 11001101 | 1010110 | 1001111 | 0 | 10100 | 11101011 | 1001011 | 101110 |
Color Harmonies of #1D2BCD
Complementary color
Monochromatic Colors of #1D2BCD
Black with #1D2BCD
Text Example
Text Example
White with #1D2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2BCD; }
p { color: rgb(29,43,205); }
H1.HeaderClassName
{
color: #1D2BCD;
}
.AnyTagClassName
{
color: #1D2BCD;
}
</style>
background-color css
<style>
a { background-color: #1D2BCD; }
a { background-color: rgb(29,43,205); }
div.DivClassName
{
background-color: #1D2BCD;
}
.BgClassName
{
background-color: #1D2BCD;
}
</style>
border-color css
<style>
span { border-color: #1D2BCD; }
span { border-color: rgb(29,43,205); }
td.TdClassName
{
border-color: #1D2BCD;
}
.TagClassName
{
border-color: #1D2BCD;
}
</style>