Shades of Tangaroa #0E2E39
Tints of Tangaroa #0E2E39
RGB
CMYK
RGB Variations
Color information
#0E2E39 (or 0x0E2E39) is known color: Tangaroa. HEX triplet: 0E, 2E and 39. RGB value is (14,46,57). Sum of RGB (Red+Green+Blue) = 14+46+57=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E2E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2E39 is #F1D1C6. Grayscale: #252525. Windows color (decimal): -15847879 or 3747342. OLE color: 3747342.
HSL color Cylindrical-coordinate representation of color #0E2E39: hue angle of 195.35º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2E39 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 46 | 57 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.78 |
| HSL | 195.35º | 0.61% | 0.14% | - |
| HSV(B) | 195.35º | 0.75% | 0.22% | - |
| XYZ | 1.9 | 2.34 | 4.22 | - |
| YUV | 37.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 46 | 57 | 0.75 | 0.19 | 0 | 0.78 | 195.35 | 0.61 | 0.14 |
| Hex | E | 2E | 39 | 4B | 13 | 0 | 4E | C3 | 3D | E |
| Octal | 16 | 56 | 71 | 113 | 23 | 0 | 116 | 303 | 75 | 16 |
| Binary | 1110 | 101110 | 111001 | 1001011 | 10011 | 0 | 1001110 | 11000011 | 111101 | 1110 |
Color Harmonies of #0E2E39
Complementary color
Monochromatic Colors of #0E2E39
Black with #0E2E39
Text Example
Text Example
White with #0E2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2E39; }
p { color: rgb(14,46,57); }
H1.HeaderClassName
{
color: #0E2E39;
}
.AnyTagClassName
{
color: #0E2E39;
}
</style>
background-color css
<style>
a { background-color: #0E2E39; }
a { background-color: rgb(14,46,57); }
div.DivClassName
{
background-color: #0E2E39;
}
.BgClassName
{
background-color: #0E2E39;
}
</style>
border-color css
<style>
span { border-color: #0E2E39; }
span { border-color: rgb(14,46,57); }
td.TdClassName
{
border-color: #0E2E39;
}
.TagClassName
{
border-color: #0E2E39;
}
</style>