Shades of Tangaroa #0E2C3C
Tints of Tangaroa #0E2C3C
RGB
CMYK
RGB Variations
Color information
#0E2C3C (or 0x0E2C3C) is known color: Tangaroa. HEX triplet: 0E, 2C and 3C. RGB value is (14,44,60). Sum of RGB (Red+Green+Blue) = 14+44+60=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E2C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C3C is #F1D3C3. Grayscale: #242424. Windows color (decimal): -15848388 or 3943438. OLE color: 3943438.
HSL color Cylindrical-coordinate representation of color #0E2C3C: hue angle of 200.87º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2C3C is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 44 | 60 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.76 |
| HSL | 200.87º | 0.62% | 0.15% | - |
| HSV(B) | 200.87º | 0.77% | 0.24% | - |
| XYZ | 1.9 | 2.22 | 4.6 | - |
| YUV | 36.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 60 | 0.77 | 0.27 | 0 | 0.76 | 200.87 | 0.62 | 0.15 |
| Hex | E | 2C | 3C | 4D | 1B | 0 | 4C | C9 | 3E | F |
| Octal | 16 | 54 | 74 | 115 | 33 | 0 | 114 | 311 | 76 | 17 |
| Binary | 1110 | 101100 | 111100 | 1001101 | 11011 | 0 | 1001100 | 11001001 | 111110 | 1111 |
Color Harmonies of #0E2C3C
Complementary color
Monochromatic Colors of #0E2C3C
Black with #0E2C3C
Text Example
Text Example
White with #0E2C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C3C; }
p { color: rgb(14,44,60); }
H1.HeaderClassName
{
color: #0E2C3C;
}
.AnyTagClassName
{
color: #0E2C3C;
}
</style>
background-color css
<style>
a { background-color: #0E2C3C; }
a { background-color: rgb(14,44,60); }
div.DivClassName
{
background-color: #0E2C3C;
}
.BgClassName
{
background-color: #0E2C3C;
}
</style>
border-color css
<style>
span { border-color: #0E2C3C; }
span { border-color: rgb(14,44,60); }
td.TdClassName
{
border-color: #0E2C3C;
}
.TagClassName
{
border-color: #0E2C3C;
}
</style>