Shades of Tangaroa #0E2338
Tints of Tangaroa #0E2338
RGB
CMYK
RGB Variations
Color information
#0E2338 (or 0x0E2338) is known color: Tangaroa. HEX triplet: 0E, 23 and 38. RGB value is (14,35,56). Sum of RGB (Red+Green+Blue) = 14+35+56=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E2338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2338 is #F1DCC7. Grayscale: #1F1F1F. Windows color (decimal): -15850696 or 3678990. OLE color: 3678990.
HSL color Cylindrical-coordinate representation of color #0E2338: hue angle of 210º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2338 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 35 | 56 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.78 |
| HSL | 210º | 0.6% | 0.14% | - |
| HSV(B) | 210º | 0.75% | 0.22% | - |
| XYZ | 1.5 | 1.58 | 3.97 | - |
| YUV | 31.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 56 | 0.75 | 0.37 | 0 | 0.78 | 210 | 0.6 | 0.14 |
| Hex | E | 23 | 38 | 4B | 25 | 0 | 4E | D2 | 3C | E |
| Octal | 16 | 43 | 70 | 113 | 45 | 0 | 116 | 322 | 74 | 16 |
| Binary | 1110 | 100011 | 111000 | 1001011 | 100101 | 0 | 1001110 | 11010010 | 111100 | 1110 |
Color Harmonies of #0E2338
Complementary color
Monochromatic Colors of #0E2338
Black with #0E2338
Text Example
Text Example
White with #0E2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2338; }
p { color: rgb(14,35,56); }
H1.HeaderClassName
{
color: #0E2338;
}
.AnyTagClassName
{
color: #0E2338;
}
</style>
background-color css
<style>
a { background-color: #0E2338; }
a { background-color: rgb(14,35,56); }
div.DivClassName
{
background-color: #0E2338;
}
.BgClassName
{
background-color: #0E2338;
}
</style>
border-color css
<style>
span { border-color: #0E2338; }
span { border-color: rgb(14,35,56); }
td.TdClassName
{
border-color: #0E2338;
}
.TagClassName
{
border-color: #0E2338;
}
</style>