Shades of Tangaroa #0E273E
Tints of Tangaroa #0E273E
RGB
CMYK
RGB Variations
Color information
#0E273E (or 0x0E273E) is known color: Tangaroa. HEX triplet: 0E, 27 and 3E. RGB value is (14,39,62). Sum of RGB (Red+Green+Blue) = 14+39+62=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E273E is #F1D8C1. Grayscale: #222222. Windows color (decimal): -15849666 or 4073230. OLE color: 4073230.
HSL color Cylindrical-coordinate representation of color #0E273E: hue angle of 208.75º degrees, saturation: 0.63, 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 #0E273E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 39 | 62 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.76 |
| HSL | 208.75º | 0.63% | 0.15% | - |
| HSV(B) | 208.75º | 0.77% | 0.24% | - |
| XYZ | 1.78 | 1.89 | 4.83 | - |
| YUV | 34.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 62 | 0.77 | 0.37 | 0 | 0.76 | 208.75 | 0.63 | 0.15 |
| Hex | E | 27 | 3E | 4D | 25 | 0 | 4C | D1 | 3F | F |
| Octal | 16 | 47 | 76 | 115 | 45 | 0 | 114 | 321 | 77 | 17 |
| Binary | 1110 | 100111 | 111110 | 1001101 | 100101 | 0 | 1001100 | 11010001 | 111111 | 1111 |
Color Harmonies of #0E273E
Complementary color
Monochromatic Colors of #0E273E
Black with #0E273E
Text Example
Text Example
White with #0E273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E273E; }
p { color: rgb(14,39,62); }
H1.HeaderClassName
{
color: #0E273E;
}
.AnyTagClassName
{
color: #0E273E;
}
</style>
background-color css
<style>
a { background-color: #0E273E; }
a { background-color: rgb(14,39,62); }
div.DivClassName
{
background-color: #0E273E;
}
.BgClassName
{
background-color: #0E273E;
}
</style>
border-color css
<style>
span { border-color: #0E273E; }
span { border-color: rgb(14,39,62); }
td.TdClassName
{
border-color: #0E273E;
}
.TagClassName
{
border-color: #0E273E;
}
</style>