Shades of Persian Blue #0E2CCC
Tints of Persian Blue #0E2CCC
RGB
CMYK
RGB Variations
Color information
#0E2CCC (or 0x0E2CCC) is known color: Persian Blue. HEX triplet: 0E, 2C and CC. RGB value is (14,44,204). Sum of RGB (Red+Green+Blue) = 14+44+204=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 44 (17.58% from 255 or 16.79% 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 #0E2CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2CCC is #F1D333. Grayscale: #343434. Windows color (decimal): -15848244 or 13380622. OLE color: 13380622.
HSL color Cylindrical-coordinate representation of color #0E2CCC: hue angle of 230.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E2CCC is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 44 | 204 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.2 |
| HSL | 230.53º | 0.87% | 0.43% | - |
| HSV(B) | 230.53º | 0.93% | 0.8% | - |
| XYZ | 11.98 | 6.25 | 57.7 | - |
| YUV | 53.27 | 213.06 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 204 | 0.93 | 0.78 | 0 | 0.2 | 230.53 | 0.87 | 0.43 |
| Hex | E | 2C | CC | 5D | 4E | 0 | 14 | E7 | 57 | 2B |
| Octal | 16 | 54 | 314 | 135 | 116 | 0 | 24 | 347 | 127 | 53 |
| Binary | 1110 | 101100 | 11001100 | 1011101 | 1001110 | 0 | 10100 | 11100111 | 1010111 | 101011 |
Color Harmonies of #0E2CCC
Complementary color
Monochromatic Colors of #0E2CCC
Black with #0E2CCC
Text Example
Text Example
White with #0E2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CCC; }
p { color: rgb(14,44,204); }
H1.HeaderClassName
{
color: #0E2CCC;
}
.AnyTagClassName
{
color: #0E2CCC;
}
</style>
background-color css
<style>
a { background-color: #0E2CCC; }
a { background-color: rgb(14,44,204); }
div.DivClassName
{
background-color: #0E2CCC;
}
.BgClassName
{
background-color: #0E2CCC;
}
</style>
border-color css
<style>
span { border-color: #0E2CCC; }
span { border-color: rgb(14,44,204); }
td.TdClassName
{
border-color: #0E2CCC;
}
.TagClassName
{
border-color: #0E2CCC;
}
</style>