Shades of Tolopea #0E0437
Tints of Tolopea #0E0437
RGB
CMYK
RGB Variations
Color information
#0E0437 (or 0x0E0437) is known color: Tolopea. HEX triplet: 0E, 04 and 37. RGB value is (14,4,55). Sum of RGB (Red+Green+Blue) = 14+4+55=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0437 is #F1FBC8. Grayscale: #0C0C0C. Windows color (decimal): -15858633 or 3605518. OLE color: 3605518.
HSL color Cylindrical-coordinate representation of color #0E0437: hue angle of 251.76º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0437 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 4 | 55 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.78 |
| HSL | 251.76º | 0.86% | 0.12% | - |
| HSV(B) | 251.76º | 0.93% | 0.22% | - |
| XYZ | 0.91 | 0.46 | 3.65 | - |
| YUV | 12.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 55 | 0.75 | 0.93 | 0 | 0.78 | 251.76 | 0.86 | 0.12 |
| Hex | E | 4 | 37 | 4B | 5D | 0 | 4E | FC | 56 | C |
| Octal | 16 | 4 | 67 | 113 | 135 | 0 | 116 | 374 | 126 | 14 |
| Binary | 1110 | 100 | 110111 | 1001011 | 1011101 | 0 | 1001110 | 11111100 | 1010110 | 1100 |
Color Harmonies of #0E0437
Complementary color
Monochromatic Colors of #0E0437
Black with #0E0437
Text Example
Text Example
White with #0E0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0437; }
p { color: rgb(14,4,55); }
H1.HeaderClassName
{
color: #0E0437;
}
.AnyTagClassName
{
color: #0E0437;
}
</style>
background-color css
<style>
a { background-color: #0E0437; }
a { background-color: rgb(14,4,55); }
div.DivClassName
{
background-color: #0E0437;
}
.BgClassName
{
background-color: #0E0437;
}
</style>
border-color css
<style>
span { border-color: #0E0437; }
span { border-color: rgb(14,4,55); }
td.TdClassName
{
border-color: #0E0437;
}
.TagClassName
{
border-color: #0E0437;
}
</style>