Shades of Tolopea #0E022E
Tints of Tolopea #0E022E
RGB
CMYK
RGB Variations
Color information
#0E022E (or 0x0E022E) is known color: Tolopea. HEX triplet: 0E, 02 and 2E. RGB value is (14,2,46). Sum of RGB (Red+Green+Blue) = 14+2+46=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 46 (18.36% from 255 or 74.19% from 62); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E022E is #F1FDD1. Grayscale: #0A0A0A. Windows color (decimal): -15859154 or 3015182. OLE color: 3015182.
HSL color Cylindrical-coordinate representation of color #0E022E: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E022E is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 2 | 46 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.82 |
| HSL | 256.36º | 0.92% | 0.09% | - |
| HSV(B) | 256.36º | 0.96% | 0.18% | - |
| XYZ | 0.7 | 0.33 | 2.61 | - |
| YUV | 10.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 46 | 0.70 | 0.96 | 0 | 0.82 | 256.36 | 0.92 | 0.09 |
| Hex | E | 2 | 2E | 46 | 60 | 0 | 52 | 100 | 5C | 9 |
| Octal | 16 | 2 | 56 | 106 | 140 | 0 | 122 | 400 | 134 | 11 |
| Binary | 1110 | 10 | 101110 | 1000110 | 1100000 | 0 | 1010010 | 100000000 | 1011100 | 1001 |
Color Harmonies of #0E022E
Complementary color
Monochromatic Colors of #0E022E
Black with #0E022E
Text Example
Text Example
White with #0E022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E022E; }
p { color: rgb(14,2,46); }
H1.HeaderClassName
{
color: #0E022E;
}
.AnyTagClassName
{
color: #0E022E;
}
</style>
background-color css
<style>
a { background-color: #0E022E; }
a { background-color: rgb(14,2,46); }
div.DivClassName
{
background-color: #0E022E;
}
.BgClassName
{
background-color: #0E022E;
}
</style>
border-color css
<style>
span { border-color: #0E022E; }
span { border-color: rgb(14,2,46); }
td.TdClassName
{
border-color: #0E022E;
}
.TagClassName
{
border-color: #0E022E;
}
</style>