Shades of Tangaroa #0E293D
Tints of Tangaroa #0E293D
RGB
CMYK
RGB Variations
Color information
#0E293D (or 0x0E293D) is known color: Tangaroa. HEX triplet: 0E, 29 and 3D. RGB value is (14,41,61). Sum of RGB (Red+Green+Blue) = 14+41+61=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E293D is #F1D6C2. Grayscale: #232323. Windows color (decimal): -15849155 or 4008206. OLE color: 4008206.
HSL color Cylindrical-coordinate representation of color #0E293D: hue angle of 205.53º 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 #0E293D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 41 | 61 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.76 |
| HSL | 205.53º | 0.63% | 0.15% | - |
| HSV(B) | 205.53º | 0.77% | 0.24% | - |
| XYZ | 1.82 | 2.02 | 4.71 | - |
| YUV | 35.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 61 | 0.77 | 0.33 | 0 | 0.76 | 205.53 | 0.63 | 0.15 |
| Hex | E | 29 | 3D | 4D | 21 | 0 | 4C | CE | 3F | F |
| Octal | 16 | 51 | 75 | 115 | 41 | 0 | 114 | 316 | 77 | 17 |
| Binary | 1110 | 101001 | 111101 | 1001101 | 100001 | 0 | 1001100 | 11001110 | 111111 | 1111 |
Color Harmonies of #0E293D
Complementary color
Monochromatic Colors of #0E293D
Black with #0E293D
Text Example
Text Example
White with #0E293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E293D; }
p { color: rgb(14,41,61); }
H1.HeaderClassName
{
color: #0E293D;
}
.AnyTagClassName
{
color: #0E293D;
}
</style>
background-color css
<style>
a { background-color: #0E293D; }
a { background-color: rgb(14,41,61); }
div.DivClassName
{
background-color: #0E293D;
}
.BgClassName
{
background-color: #0E293D;
}
</style>
border-color css
<style>
span { border-color: #0E293D; }
span { border-color: rgb(14,41,61); }
td.TdClassName
{
border-color: #0E293D;
}
.TagClassName
{
border-color: #0E293D;
}
</style>