Shades of Tolopea #0E0134
Tints of Tolopea #0E0134
RGB
CMYK
RGB Variations
Color information
#0E0134 (or 0x0E0134) is known color: Tolopea. HEX triplet: 0E, 01 and 34. RGB value is (14,1,52). Sum of RGB (Red+Green+Blue) = 14+1+52=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0134 is #F1FECB. Grayscale: #0A0A0A. Windows color (decimal): -15859404 or 3408142. OLE color: 3408142.
HSL color Cylindrical-coordinate representation of color #0E0134: hue angle of 255.29º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0134 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 1 | 52 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.80 |
| HSL | 255.29º | 0.96% | 0.1% | - |
| HSV(B) | 255.29º | 0.98% | 0.2% | - |
| XYZ | 0.81 | 0.36 | 3.28 | - |
| YUV | 10.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 52 | 0.73 | 0.98 | 0 | 0.80 | 255.29 | 0.96 | 0.1 |
| Hex | E | 1 | 34 | 49 | 62 | 0 | 50 | FF | 60 | A |
| Octal | 16 | 1 | 64 | 111 | 142 | 0 | 120 | 377 | 140 | 12 |
| Binary | 1110 | 1 | 110100 | 1001001 | 1100010 | 0 | 1010000 | 11111111 | 1100000 | 1010 |
Color Harmonies of #0E0134
Complementary color
Monochromatic Colors of #0E0134
Black with #0E0134
Text Example
Text Example
White with #0E0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0134; }
p { color: rgb(14,1,52); }
H1.HeaderClassName
{
color: #0E0134;
}
.AnyTagClassName
{
color: #0E0134;
}
</style>
background-color css
<style>
a { background-color: #0E0134; }
a { background-color: rgb(14,1,52); }
div.DivClassName
{
background-color: #0E0134;
}
.BgClassName
{
background-color: #0E0134;
}
</style>
border-color css
<style>
span { border-color: #0E0134; }
span { border-color: rgb(14,1,52); }
td.TdClassName
{
border-color: #0E0134;
}
.TagClassName
{
border-color: #0E0134;
}
</style>