Shades of Persian Blue #1D1ECC
Tints of Persian Blue #1D1ECC
RGB
CMYK
RGB Variations
Color information
#1D1ECC (or 0x1D1ECC) is known color: Persian Blue. HEX triplet: 1D, 1E and CC. RGB value is (29,30,204). Sum of RGB (Red+Green+Blue) = 29+30+204=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ECC is #E2E133. Grayscale: #303030. Windows color (decimal): -14868788 or 13377053. OLE color: 13377053.
HSL color Cylindrical-coordinate representation of color #1D1ECC: hue angle of 239.66º 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 #1D1ECC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 30 | 204 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.2 |
| HSL | 239.66º | 0.75% | 0.46% | - |
| HSV(B) | 239.66º | 0.86% | 0.8% | - |
| XYZ | 11.87 | 5.55 | 57.57 | - |
| YUV | 49.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 204 | 0.86 | 0.85 | 0 | 0.2 | 239.66 | 0.75 | 0.46 |
| Hex | 1D | 1E | CC | 56 | 55 | 0 | 14 | F0 | 4B | 2E |
| Octal | 35 | 36 | 314 | 126 | 125 | 0 | 24 | 360 | 113 | 56 |
| Binary | 11101 | 11110 | 11001100 | 1010110 | 1010101 | 0 | 10100 | 11110000 | 1001011 | 101110 |
Color Harmonies of #1D1ECC
Complementary color
Monochromatic Colors of #1D1ECC
Black with #1D1ECC
Text Example
Text Example
White with #1D1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1ECC; }
p { color: rgb(29,30,204); }
H1.HeaderClassName
{
color: #1D1ECC;
}
.AnyTagClassName
{
color: #1D1ECC;
}
</style>
background-color css
<style>
a { background-color: #1D1ECC; }
a { background-color: rgb(29,30,204); }
div.DivClassName
{
background-color: #1D1ECC;
}
.BgClassName
{
background-color: #1D1ECC;
}
</style>
border-color css
<style>
span { border-color: #1D1ECC; }
span { border-color: rgb(29,30,204); }
td.TdClassName
{
border-color: #1D1ECC;
}
.TagClassName
{
border-color: #1D1ECC;
}
</style>