Shades of Tangaroa #0E2C38
Tints of Tangaroa #0E2C38
RGB
CMYK
RGB Variations
Color information
#0E2C38 (or 0x0E2C38) is known color: Tangaroa. HEX triplet: 0E, 2C and 38. RGB value is (14,44,56). Sum of RGB (Red+Green+Blue) = 14+44+56=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E2C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C38 is #F1D3C7. Grayscale: #242424. Windows color (decimal): -15848392 or 3681294. OLE color: 3681294.
HSL color Cylindrical-coordinate representation of color #0E2C38: hue angle of 197.14º 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 #0E2C38 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 44 | 56 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.78 |
| HSL | 197.14º | 0.6% | 0.14% | - |
| HSV(B) | 197.14º | 0.75% | 0.22% | - |
| XYZ | 1.8 | 2.18 | 4.07 | - |
| YUV | 36.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 56 | 0.75 | 0.21 | 0 | 0.78 | 197.14 | 0.6 | 0.14 |
| Hex | E | 2C | 38 | 4B | 15 | 0 | 4E | C5 | 3C | E |
| Octal | 16 | 54 | 70 | 113 | 25 | 0 | 116 | 305 | 74 | 16 |
| Binary | 1110 | 101100 | 111000 | 1001011 | 10101 | 0 | 1001110 | 11000101 | 111100 | 1110 |
Color Harmonies of #0E2C38
Complementary color
Monochromatic Colors of #0E2C38
Black with #0E2C38
Text Example
Text Example
White with #0E2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C38; }
p { color: rgb(14,44,56); }
H1.HeaderClassName
{
color: #0E2C38;
}
.AnyTagClassName
{
color: #0E2C38;
}
</style>
background-color css
<style>
a { background-color: #0E2C38; }
a { background-color: rgb(14,44,56); }
div.DivClassName
{
background-color: #0E2C38;
}
.BgClassName
{
background-color: #0E2C38;
}
</style>
border-color css
<style>
span { border-color: #0E2C38; }
span { border-color: rgb(14,44,56); }
td.TdClassName
{
border-color: #0E2C38;
}
.TagClassName
{
border-color: #0E2C38;
}
</style>