Shades of Tangaroa #0A1E37
Tints of Tangaroa #0A1E37
RGB
CMYK
RGB Variations
Color information
#0A1E37 (or 0x0A1E37) is known color: Tangaroa. HEX triplet: 0A, 1E and 37. RGB value is (10,30,55). Sum of RGB (Red+Green+Blue) = 10+30+55=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A1E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E37 is #F5E1C8. Grayscale: #1A1A1A. Windows color (decimal): -16114121 or 3612170. OLE color: 3612170.
HSL color Cylindrical-coordinate representation of color #0A1E37: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1E37 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 30 | 55 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.78 |
| HSL | 213.33º | 0.69% | 0.13% | - |
| HSV(B) | 213.33º | 0.82% | 0.22% | - |
| XYZ | 1.28 | 1.27 | 3.79 | - |
| YUV | 26.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 55 | 0.82 | 0.45 | 0 | 0.78 | 213.33 | 0.69 | 0.13 |
| Hex | A | 1E | 37 | 52 | 2D | 0 | 4E | D5 | 45 | D |
| Octal | 12 | 36 | 67 | 122 | 55 | 0 | 116 | 325 | 105 | 15 |
| Binary | 1010 | 11110 | 110111 | 1010010 | 101101 | 0 | 1001110 | 11010101 | 1000101 | 1101 |
Color Harmonies of #0A1E37
Complementary color
Monochromatic Colors of #0A1E37
Black with #0A1E37
Text Example
Text Example
White with #0A1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E37; }
p { color: rgb(10,30,55); }
H1.HeaderClassName
{
color: #0A1E37;
}
.AnyTagClassName
{
color: #0A1E37;
}
</style>
background-color css
<style>
a { background-color: #0A1E37; }
a { background-color: rgb(10,30,55); }
div.DivClassName
{
background-color: #0A1E37;
}
.BgClassName
{
background-color: #0A1E37;
}
</style>
border-color css
<style>
span { border-color: #0A1E37; }
span { border-color: rgb(10,30,55); }
td.TdClassName
{
border-color: #0A1E37;
}
.TagClassName
{
border-color: #0A1E37;
}
</style>