Shades of Tangaroa #0E2537
Tints of Tangaroa #0E2537
RGB
CMYK
RGB Variations
Color information
#0E2537 (or 0x0E2537) is known color: Tangaroa. HEX triplet: 0E, 25 and 37. RGB value is (14,37,55). Sum of RGB (Red+Green+Blue) = 14+37+55=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E2537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2537 is #F1DAC8. Grayscale: #202020. Windows color (decimal): -15850185 or 3613966. OLE color: 3613966.
HSL color Cylindrical-coordinate representation of color #0E2537: hue angle of 206.34º degrees, saturation: 0.59, 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 #0E2537 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 37 | 55 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.78 |
| HSL | 206.34º | 0.59% | 0.14% | - |
| HSV(B) | 206.34º | 0.75% | 0.22% | - |
| XYZ | 1.53 | 1.69 | 3.86 | - |
| YUV | 32.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 55 | 0.75 | 0.33 | 0 | 0.78 | 206.34 | 0.59 | 0.14 |
| Hex | E | 25 | 37 | 4B | 21 | 0 | 4E | CE | 3B | E |
| Octal | 16 | 45 | 67 | 113 | 41 | 0 | 116 | 316 | 73 | 16 |
| Binary | 1110 | 100101 | 110111 | 1001011 | 100001 | 0 | 1001110 | 11001110 | 111011 | 1110 |
Color Harmonies of #0E2537
Complementary color
Monochromatic Colors of #0E2537
Black with #0E2537
Text Example
Text Example
White with #0E2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2537; }
p { color: rgb(14,37,55); }
H1.HeaderClassName
{
color: #0E2537;
}
.AnyTagClassName
{
color: #0E2537;
}
</style>
background-color css
<style>
a { background-color: #0E2537; }
a { background-color: rgb(14,37,55); }
div.DivClassName
{
background-color: #0E2537;
}
.BgClassName
{
background-color: #0E2537;
}
</style>
border-color css
<style>
span { border-color: #0E2537; }
span { border-color: rgb(14,37,55); }
td.TdClassName
{
border-color: #0E2537;
}
.TagClassName
{
border-color: #0E2537;
}
</style>