Shades of Tangaroa #0E293C
Tints of Tangaroa #0E293C
RGB
CMYK
RGB Variations
Color information
#0E293C (or 0x0E293C) is known color: Tangaroa. HEX triplet: 0E, 29 and 3C. RGB value is (14,41,60). Sum of RGB (Red+Green+Blue) = 14+41+60=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E293C is #F1D6C3. Grayscale: #222222. Windows color (decimal): -15849156 or 3942670. OLE color: 3942670.
HSL color Cylindrical-coordinate representation of color #0E293C: hue angle of 204.78º 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 #0E293C is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 41 | 60 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.76 |
| HSL | 204.78º | 0.62% | 0.15% | - |
| HSV(B) | 204.78º | 0.77% | 0.24% | - |
| XYZ | 1.79 | 2.01 | 4.57 | - |
| YUV | 35.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 60 | 0.77 | 0.32 | 0 | 0.76 | 204.78 | 0.62 | 0.15 |
| Hex | E | 29 | 3C | 4D | 20 | 0 | 4C | CD | 3E | F |
| Octal | 16 | 51 | 74 | 115 | 40 | 0 | 114 | 315 | 76 | 17 |
| Binary | 1110 | 101001 | 111100 | 1001101 | 100000 | 0 | 1001100 | 11001101 | 111110 | 1111 |
Color Harmonies of #0E293C
Complementary color
Monochromatic Colors of #0E293C
Black with #0E293C
Text Example
Text Example
White with #0E293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E293C; }
p { color: rgb(14,41,60); }
H1.HeaderClassName
{
color: #0E293C;
}
.AnyTagClassName
{
color: #0E293C;
}
</style>
background-color css
<style>
a { background-color: #0E293C; }
a { background-color: rgb(14,41,60); }
div.DivClassName
{
background-color: #0E293C;
}
.BgClassName
{
background-color: #0E293C;
}
</style>
border-color css
<style>
span { border-color: #0E293C; }
span { border-color: rgb(14,41,60); }
td.TdClassName
{
border-color: #0E293C;
}
.TagClassName
{
border-color: #0E293C;
}
</style>