Shades of Tolopea #0E013A
Tints of Tolopea #0E013A
RGB
CMYK
RGB Variations
Color information
#0E013A (or 0x0E013A) is known color: Tolopea. HEX triplet: 0E, 01 and 3A. RGB value is (14,1,58). Sum of RGB (Red+Green+Blue) = 14+1+58=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E013A is #F1FEC5. Grayscale: #0B0B0B. Windows color (decimal): -15859398 or 3801358. OLE color: 3801358.
HSL color Cylindrical-coordinate representation of color #0E013A: hue angle of 253.68º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E013A is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 1 | 58 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.77 |
| HSL | 253.68º | 0.97% | 0.12% | - |
| HSV(B) | 253.68º | 0.98% | 0.23% | - |
| XYZ | 0.96 | 0.42 | 4.03 | - |
| YUV | 11.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 58 | 0.76 | 0.98 | 0 | 0.77 | 253.68 | 0.97 | 0.12 |
| Hex | E | 1 | 3A | 4C | 62 | 0 | 4D | FE | 61 | C |
| Octal | 16 | 1 | 72 | 114 | 142 | 0 | 115 | 376 | 141 | 14 |
| Binary | 1110 | 1 | 111010 | 1001100 | 1100010 | 0 | 1001101 | 11111110 | 1100001 | 1100 |
Color Harmonies of #0E013A
Complementary color
Monochromatic Colors of #0E013A
Black with #0E013A
Text Example
Text Example
White with #0E013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E013A; }
p { color: rgb(14,1,58); }
H1.HeaderClassName
{
color: #0E013A;
}
.AnyTagClassName
{
color: #0E013A;
}
</style>
background-color css
<style>
a { background-color: #0E013A; }
a { background-color: rgb(14,1,58); }
div.DivClassName
{
background-color: #0E013A;
}
.BgClassName
{
background-color: #0E013A;
}
</style>
border-color css
<style>
span { border-color: #0E013A; }
span { border-color: rgb(14,1,58); }
td.TdClassName
{
border-color: #0E013A;
}
.TagClassName
{
border-color: #0E013A;
}
</style>