Shades of Tangaroa #0E2D3B
Tints of Tangaroa #0E2D3B
RGB
CMYK
RGB Variations
Color information
#0E2D3B (or 0x0E2D3B) is known color: Tangaroa. HEX triplet: 0E, 2D and 3B. RGB value is (14,45,59). Sum of RGB (Red+Green+Blue) = 14+45+59=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E2D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D3B is #F1D2C4. Grayscale: #252525. Windows color (decimal): -15848133 or 3878158. OLE color: 3878158.
HSL color Cylindrical-coordinate representation of color #0E2D3B: hue angle of 198.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E2D3B is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 45 | 59 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.77 |
| HSL | 198.67º | 0.62% | 0.14% | - |
| HSV(B) | 198.67º | 0.76% | 0.23% | - |
| XYZ | 1.91 | 2.29 | 4.48 | - |
| YUV | 37.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 59 | 0.76 | 0.24 | 0 | 0.77 | 198.67 | 0.62 | 0.14 |
| Hex | E | 2D | 3B | 4C | 18 | 0 | 4D | C7 | 3E | E |
| Octal | 16 | 55 | 73 | 114 | 30 | 0 | 115 | 307 | 76 | 16 |
| Binary | 1110 | 101101 | 111011 | 1001100 | 11000 | 0 | 1001101 | 11000111 | 111110 | 1110 |
Color Harmonies of #0E2D3B
Complementary color
Monochromatic Colors of #0E2D3B
Black with #0E2D3B
Text Example
Text Example
White with #0E2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D3B; }
p { color: rgb(14,45,59); }
H1.HeaderClassName
{
color: #0E2D3B;
}
.AnyTagClassName
{
color: #0E2D3B;
}
</style>
background-color css
<style>
a { background-color: #0E2D3B; }
a { background-color: rgb(14,45,59); }
div.DivClassName
{
background-color: #0E2D3B;
}
.BgClassName
{
background-color: #0E2D3B;
}
</style>
border-color css
<style>
span { border-color: #0E2D3B; }
span { border-color: rgb(14,45,59); }
td.TdClassName
{
border-color: #0E2D3B;
}
.TagClassName
{
border-color: #0E2D3B;
}
</style>