Shades of Tangaroa #0E253A
Tints of Tangaroa #0E253A
RGB
CMYK
RGB Variations
Color information
#0E253A (or 0x0E253A) is known color: Tangaroa. HEX triplet: 0E, 25 and 3A. RGB value is (14,37,58). Sum of RGB (Red+Green+Blue) = 14+37+58=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E253A is #F1DAC5. Grayscale: #202020. Windows color (decimal): -15850182 or 3810574. OLE color: 3810574.
HSL color Cylindrical-coordinate representation of color #0E253A: hue angle of 208.64º degrees, saturation: 0.61, 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 #0E253A is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 37 | 58 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.77 |
| HSL | 208.64º | 0.61% | 0.14% | - |
| HSV(B) | 208.64º | 0.76% | 0.23% | - |
| XYZ | 1.61 | 1.72 | 4.25 | - |
| YUV | 32.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 58 | 0.76 | 0.36 | 0 | 0.77 | 208.64 | 0.61 | 0.14 |
| Hex | E | 25 | 3A | 4C | 24 | 0 | 4D | D1 | 3D | E |
| Octal | 16 | 45 | 72 | 114 | 44 | 0 | 115 | 321 | 75 | 16 |
| Binary | 1110 | 100101 | 111010 | 1001100 | 100100 | 0 | 1001101 | 11010001 | 111101 | 1110 |
Color Harmonies of #0E253A
Complementary color
Monochromatic Colors of #0E253A
Black with #0E253A
Text Example
Text Example
White with #0E253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E253A; }
p { color: rgb(14,37,58); }
H1.HeaderClassName
{
color: #0E253A;
}
.AnyTagClassName
{
color: #0E253A;
}
</style>
background-color css
<style>
a { background-color: #0E253A; }
a { background-color: rgb(14,37,58); }
div.DivClassName
{
background-color: #0E253A;
}
.BgClassName
{
background-color: #0E253A;
}
</style>
border-color css
<style>
span { border-color: #0E253A; }
span { border-color: rgb(14,37,58); }
td.TdClassName
{
border-color: #0E253A;
}
.TagClassName
{
border-color: #0E253A;
}
</style>