Shades of Tangaroa #0E283F
Tints of Tangaroa #0E283F
RGB
CMYK
RGB Variations
Color information
#0E283F (or 0x0E283F) is known color: Tangaroa. HEX triplet: 0E, 28 and 3F. RGB value is (14,40,63). Sum of RGB (Red+Green+Blue) = 14+40+63=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E283F is #F1D7C0. Grayscale: #222222. Windows color (decimal): -15849409 or 4139022. OLE color: 4139022.
HSL color Cylindrical-coordinate representation of color #0E283F: hue angle of 208.16º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E283F is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 40 | 63 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.75 |
| HSL | 208.16º | 0.64% | 0.15% | - |
| HSV(B) | 208.16º | 0.78% | 0.25% | - |
| XYZ | 1.84 | 1.97 | 4.99 | - |
| YUV | 34.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 63 | 0.78 | 0.37 | 0 | 0.75 | 208.16 | 0.64 | 0.15 |
| Hex | E | 28 | 3F | 4E | 25 | 0 | 4B | D0 | 40 | F |
| Octal | 16 | 50 | 77 | 116 | 45 | 0 | 113 | 320 | 100 | 17 |
| Binary | 1110 | 101000 | 111111 | 1001110 | 100101 | 0 | 1001011 | 11010000 | 1000000 | 1111 |
Color Harmonies of #0E283F
Complementary color
Monochromatic Colors of #0E283F
Black with #0E283F
Text Example
Text Example
White with #0E283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E283F; }
p { color: rgb(14,40,63); }
H1.HeaderClassName
{
color: #0E283F;
}
.AnyTagClassName
{
color: #0E283F;
}
</style>
background-color css
<style>
a { background-color: #0E283F; }
a { background-color: rgb(14,40,63); }
div.DivClassName
{
background-color: #0E283F;
}
.BgClassName
{
background-color: #0E283F;
}
</style>
border-color css
<style>
span { border-color: #0E283F; }
span { border-color: rgb(14,40,63); }
td.TdClassName
{
border-color: #0E283F;
}
.TagClassName
{
border-color: #0E283F;
}
</style>