Shades of Tolopea #0E073A
Tints of Tolopea #0E073A
RGB
CMYK
RGB Variations
Color information
#0E073A (or 0x0E073A) is known color: Tolopea. HEX triplet: 0E, 07 and 3A. RGB value is (14,7,58). Sum of RGB (Red+Green+Blue) = 14+7+58=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E073A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E073A is #F1F8C5. Grayscale: #0E0E0E. Windows color (decimal): -15857862 or 3802894. OLE color: 3802894.
HSL color Cylindrical-coordinate representation of color #0E073A: hue angle of 248.24º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E073A is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 7 | 58 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.77 |
| HSL | 248.24º | 0.78% | 0.13% | - |
| HSV(B) | 248.24º | 0.88% | 0.23% | - |
| XYZ | 1.02 | 0.55 | 4.06 | - |
| YUV | 14.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 58 | 0.76 | 0.88 | 0 | 0.77 | 248.24 | 0.78 | 0.13 |
| Hex | E | 7 | 3A | 4C | 58 | 0 | 4D | F8 | 4E | D |
| Octal | 16 | 7 | 72 | 114 | 130 | 0 | 115 | 370 | 116 | 15 |
| Binary | 1110 | 111 | 111010 | 1001100 | 1011000 | 0 | 1001101 | 11111000 | 1001110 | 1101 |
Color Harmonies of #0E073A
Complementary color
Monochromatic Colors of #0E073A
Black with #0E073A
Text Example
Text Example
White with #0E073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E073A; }
p { color: rgb(14,7,58); }
H1.HeaderClassName
{
color: #0E073A;
}
.AnyTagClassName
{
color: #0E073A;
}
</style>
background-color css
<style>
a { background-color: #0E073A; }
a { background-color: rgb(14,7,58); }
div.DivClassName
{
background-color: #0E073A;
}
.BgClassName
{
background-color: #0E073A;
}
</style>
border-color css
<style>
span { border-color: #0E073A; }
span { border-color: rgb(14,7,58); }
td.TdClassName
{
border-color: #0E073A;
}
.TagClassName
{
border-color: #0E073A;
}
</style>