Shades of Tangaroa #0E263A
Tints of Tangaroa #0E263A
RGB
CMYK
RGB Variations
Color information
#0E263A (or 0x0E263A) is known color: Tangaroa. HEX triplet: 0E, 26 and 3A. RGB value is (14,38,58). Sum of RGB (Red+Green+Blue) = 14+38+58=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E263A is #F1D9C5. Grayscale: #212121. Windows color (decimal): -15849926 or 3810830. OLE color: 3810830.
HSL color Cylindrical-coordinate representation of color #0E263A: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E263A is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 38 | 58 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.77 |
| HSL | 207.27º | 0.61% | 0.14% | - |
| HSV(B) | 207.27º | 0.76% | 0.23% | - |
| XYZ | 1.64 | 1.79 | 4.26 | - |
| YUV | 33.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 58 | 0.76 | 0.34 | 0 | 0.77 | 207.27 | 0.61 | 0.14 |
| Hex | E | 26 | 3A | 4C | 22 | 0 | 4D | CF | 3D | E |
| Octal | 16 | 46 | 72 | 114 | 42 | 0 | 115 | 317 | 75 | 16 |
| Binary | 1110 | 100110 | 111010 | 1001100 | 100010 | 0 | 1001101 | 11001111 | 111101 | 1110 |
Color Harmonies of #0E263A
Complementary color
Monochromatic Colors of #0E263A
Black with #0E263A
Text Example
Text Example
White with #0E263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E263A; }
p { color: rgb(14,38,58); }
H1.HeaderClassName
{
color: #0E263A;
}
.AnyTagClassName
{
color: #0E263A;
}
</style>
background-color css
<style>
a { background-color: #0E263A; }
a { background-color: rgb(14,38,58); }
div.DivClassName
{
background-color: #0E263A;
}
.BgClassName
{
background-color: #0E263A;
}
</style>
border-color css
<style>
span { border-color: #0E263A; }
span { border-color: rgb(14,38,58); }
td.TdClassName
{
border-color: #0E263A;
}
.TagClassName
{
border-color: #0E263A;
}
</style>