Shades of Tangaroa #0E283D
Tints of Tangaroa #0E283D
RGB
CMYK
RGB Variations
Color information
#0E283D (or 0x0E283D) is known color: Tangaroa. HEX triplet: 0E, 28 and 3D. RGB value is (14,40,61). Sum of RGB (Red+Green+Blue) = 14+40+61=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E283D is #F1D7C2. Grayscale: #222222. Windows color (decimal): -15849411 or 4007950. OLE color: 4007950.
HSL color Cylindrical-coordinate representation of color #0E283D: hue angle of 206.81º 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 #0E283D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 40 | 61 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.76 |
| HSL | 206.81º | 0.63% | 0.15% | - |
| HSV(B) | 206.81º | 0.77% | 0.24% | - |
| XYZ | 1.78 | 1.95 | 4.7 | - |
| YUV | 34.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 61 | 0.77 | 0.34 | 0 | 0.76 | 206.81 | 0.63 | 0.15 |
| Hex | E | 28 | 3D | 4D | 22 | 0 | 4C | CF | 3F | F |
| Octal | 16 | 50 | 75 | 115 | 42 | 0 | 114 | 317 | 77 | 17 |
| Binary | 1110 | 101000 | 111101 | 1001101 | 100010 | 0 | 1001100 | 11001111 | 111111 | 1111 |
Color Harmonies of #0E283D
Complementary color
Monochromatic Colors of #0E283D
Black with #0E283D
Text Example
Text Example
White with #0E283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E283D; }
p { color: rgb(14,40,61); }
H1.HeaderClassName
{
color: #0E283D;
}
.AnyTagClassName
{
color: #0E283D;
}
</style>
background-color css
<style>
a { background-color: #0E283D; }
a { background-color: rgb(14,40,61); }
div.DivClassName
{
background-color: #0E283D;
}
.BgClassName
{
background-color: #0E283D;
}
</style>
border-color css
<style>
span { border-color: #0E283D; }
span { border-color: rgb(14,40,61); }
td.TdClassName
{
border-color: #0E283D;
}
.TagClassName
{
border-color: #0E283D;
}
</style>