Shades of Tangaroa #0E2439
Tints of Tangaroa #0E2439
RGB
CMYK
RGB Variations
Color information
#0E2439 (or 0x0E2439) is known color: Tangaroa. HEX triplet: 0E, 24 and 39. RGB value is (14,36,57). Sum of RGB (Red+Green+Blue) = 14+36+57=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E2439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2439 is #F1DBC6. Grayscale: #1F1F1F. Windows color (decimal): -15850439 or 3744782. OLE color: 3744782.
HSL color Cylindrical-coordinate representation of color #0E2439: hue angle of 209.3º 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 #0E2439 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 36 | 57 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.78 |
| HSL | 209.3º | 0.61% | 0.14% | - |
| HSV(B) | 209.3º | 0.75% | 0.22% | - |
| XYZ | 1.55 | 1.65 | 4.11 | - |
| YUV | 31.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 57 | 0.75 | 0.37 | 0 | 0.78 | 209.3 | 0.61 | 0.14 |
| Hex | E | 24 | 39 | 4B | 25 | 0 | 4E | D1 | 3D | E |
| Octal | 16 | 44 | 71 | 113 | 45 | 0 | 116 | 321 | 75 | 16 |
| Binary | 1110 | 100100 | 111001 | 1001011 | 100101 | 0 | 1001110 | 11010001 | 111101 | 1110 |
Color Harmonies of #0E2439
Complementary color
Monochromatic Colors of #0E2439
Black with #0E2439
Text Example
Text Example
White with #0E2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2439; }
p { color: rgb(14,36,57); }
H1.HeaderClassName
{
color: #0E2439;
}
.AnyTagClassName
{
color: #0E2439;
}
</style>
background-color css
<style>
a { background-color: #0E2439; }
a { background-color: rgb(14,36,57); }
div.DivClassName
{
background-color: #0E2439;
}
.BgClassName
{
background-color: #0E2439;
}
</style>
border-color css
<style>
span { border-color: #0E2439; }
span { border-color: rgb(14,36,57); }
td.TdClassName
{
border-color: #0E2439;
}
.TagClassName
{
border-color: #0E2439;
}
</style>