Shades of Persian Blue #1D1CCE
Tints of Persian Blue #1D1CCE
RGB
CMYK
RGB Variations
Color information
#1D1CCE (or 0x1D1CCE) is known color: Persian Blue. HEX triplet: 1D, 1C and CE. RGB value is (29,28,206). Sum of RGB (Red+Green+Blue) = 29+28+206=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CCE is #E2E331. Grayscale: #2F2F2F. Windows color (decimal): -14869298 or 13507613. OLE color: 13507613.
HSL color Cylindrical-coordinate representation of color #1D1CCE: hue angle of 240.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1CCE is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 28 | 206 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.19 |
| HSL | 240.34º | 0.76% | 0.46% | - |
| HSV(B) | 240.34º | 0.86% | 0.81% | - |
| XYZ | 12.06 | 5.55 | 58.83 | - |
| YUV | 48.59 | 216.83 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 206 | 0.86 | 0.86 | 0 | 0.19 | 240.34 | 0.76 | 0.46 |
| Hex | 1D | 1C | CE | 56 | 56 | 0 | 13 | F0 | 4C | 2E |
| Octal | 35 | 34 | 316 | 126 | 126 | 0 | 23 | 360 | 114 | 56 |
| Binary | 11101 | 11100 | 11001110 | 1010110 | 1010110 | 0 | 10011 | 11110000 | 1001100 | 101110 |
Color Harmonies of #1D1CCE
Complementary color
Monochromatic Colors of #1D1CCE
Black with #1D1CCE
Text Example
Text Example
White with #1D1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CCE; }
p { color: rgb(29,28,206); }
H1.HeaderClassName
{
color: #1D1CCE;
}
.AnyTagClassName
{
color: #1D1CCE;
}
</style>
background-color css
<style>
a { background-color: #1D1CCE; }
a { background-color: rgb(29,28,206); }
div.DivClassName
{
background-color: #1D1CCE;
}
.BgClassName
{
background-color: #1D1CCE;
}
</style>
border-color css
<style>
span { border-color: #1D1CCE; }
span { border-color: rgb(29,28,206); }
td.TdClassName
{
border-color: #1D1CCE;
}
.TagClassName
{
border-color: #1D1CCE;
}
</style>