Shades of Persian Blue #1C1ECC
Tints of Persian Blue #1C1ECC
RGB
CMYK
RGB Variations
Color information
#1C1ECC (or 0x1C1ECC) is known color: Persian Blue. HEX triplet: 1C, 1E and CC. RGB value is (28,30,204). Sum of RGB (Red+Green+Blue) = 28+30+204=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1ECC is #E3E133. Grayscale: #303030. Windows color (decimal): -14934324 or 13377052. OLE color: 13377052.
HSL color Cylindrical-coordinate representation of color #1C1ECC: hue angle of 239.32º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1ECC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 30 | 204 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.2 |
| HSL | 239.32º | 0.76% | 0.45% | - |
| HSV(B) | 239.32º | 0.86% | 0.8% | - |
| XYZ | 11.84 | 5.54 | 57.57 | - |
| YUV | 49.24 | 215.34 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 204 | 0.86 | 0.85 | 0 | 0.2 | 239.32 | 0.76 | 0.45 |
| Hex | 1C | 1E | CC | 56 | 55 | 0 | 14 | EF | 4C | 2D |
| Octal | 34 | 36 | 314 | 126 | 125 | 0 | 24 | 357 | 114 | 55 |
| Binary | 11100 | 11110 | 11001100 | 1010110 | 1010101 | 0 | 10100 | 11101111 | 1001100 | 101101 |
Color Harmonies of #1C1ECC
Complementary color
Monochromatic Colors of #1C1ECC
Black with #1C1ECC
Text Example
Text Example
White with #1C1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1ECC; }
p { color: rgb(28,30,204); }
H1.HeaderClassName
{
color: #1C1ECC;
}
.AnyTagClassName
{
color: #1C1ECC;
}
</style>
background-color css
<style>
a { background-color: #1C1ECC; }
a { background-color: rgb(28,30,204); }
div.DivClassName
{
background-color: #1C1ECC;
}
.BgClassName
{
background-color: #1C1ECC;
}
</style>
border-color css
<style>
span { border-color: #1C1ECC; }
span { border-color: rgb(28,30,204); }
td.TdClassName
{
border-color: #1C1ECC;
}
.TagClassName
{
border-color: #1C1ECC;
}
</style>