Shades of Tolopea #0E023C
Tints of Tolopea #0E023C
RGB
CMYK
RGB Variations
Color information
#0E023C (or 0x0E023C) is known color: Tolopea. HEX triplet: 0E, 02 and 3C. RGB value is (14,2,60). Sum of RGB (Red+Green+Blue) = 14+2+60=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E023C is #F1FDC3. Grayscale: #0B0B0B. Windows color (decimal): -15859140 or 3932686. OLE color: 3932686.
HSL color Cylindrical-coordinate representation of color #0E023C: hue angle of 252.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E023C is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 2 | 60 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.76 |
| HSL | 252.41º | 0.94% | 0.12% | - |
| HSV(B) | 252.41º | 0.97% | 0.24% | - |
| XYZ | 1.02 | 0.46 | 4.31 | - |
| YUV | 12.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 60 | 0.77 | 0.97 | 0 | 0.76 | 252.41 | 0.94 | 0.12 |
| Hex | E | 2 | 3C | 4D | 61 | 0 | 4C | FC | 5E | C |
| Octal | 16 | 2 | 74 | 115 | 141 | 0 | 114 | 374 | 136 | 14 |
| Binary | 1110 | 10 | 111100 | 1001101 | 1100001 | 0 | 1001100 | 11111100 | 1011110 | 1100 |
Color Harmonies of #0E023C
Complementary color
Monochromatic Colors of #0E023C
Black with #0E023C
Text Example
Text Example
White with #0E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E023C; }
p { color: rgb(14,2,60); }
H1.HeaderClassName
{
color: #0E023C;
}
.AnyTagClassName
{
color: #0E023C;
}
</style>
background-color css
<style>
a { background-color: #0E023C; }
a { background-color: rgb(14,2,60); }
div.DivClassName
{
background-color: #0E023C;
}
.BgClassName
{
background-color: #0E023C;
}
</style>
border-color css
<style>
span { border-color: #0E023C; }
span { border-color: rgb(14,2,60); }
td.TdClassName
{
border-color: #0E023C;
}
.TagClassName
{
border-color: #0E023C;
}
</style>