Shades of Tangaroa #0E2940
Tints of Tangaroa #0E2940
RGB
CMYK
RGB Variations
Color information
#0E2940 (or 0x0E2940) is known color: Tangaroa. HEX triplet: 0E, 29 and 40. RGB value is (14,41,64). Sum of RGB (Red+Green+Blue) = 14+41+64=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #0E2940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2940 is #F1D6BF. Grayscale: #232323. Windows color (decimal): -15849152 or 4204814. OLE color: 4204814.
HSL color Cylindrical-coordinate representation of color #0E2940: hue angle of 207.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E2940 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 41 | 64 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.75 |
| HSL | 207.6º | 0.64% | 0.15% | - |
| HSV(B) | 207.6º | 0.78% | 0.25% | - |
| XYZ | 1.9 | 2.05 | 5.15 | - |
| YUV | 35.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 64 | 0.78 | 0.36 | 0 | 0.75 | 207.6 | 0.64 | 0.15 |
| Hex | E | 29 | 40 | 4E | 24 | 0 | 4B | D0 | 40 | F |
| Octal | 16 | 51 | 100 | 116 | 44 | 0 | 113 | 320 | 100 | 17 |
| Binary | 1110 | 101001 | 1000000 | 1001110 | 100100 | 0 | 1001011 | 11010000 | 1000000 | 1111 |
Color Harmonies of #0E2940
Complementary color
Monochromatic Colors of #0E2940
Black with #0E2940
Text Example
Text Example
White with #0E2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2940; }
p { color: rgb(14,41,64); }
H1.HeaderClassName
{
color: #0E2940;
}
.AnyTagClassName
{
color: #0E2940;
}
</style>
background-color css
<style>
a { background-color: #0E2940; }
a { background-color: rgb(14,41,64); }
div.DivClassName
{
background-color: #0E2940;
}
.BgClassName
{
background-color: #0E2940;
}
</style>
border-color css
<style>
span { border-color: #0E2940; }
span { border-color: rgb(14,41,64); }
td.TdClassName
{
border-color: #0E2940;
}
.TagClassName
{
border-color: #0E2940;
}
</style>