Shades of Tangaroa #0A1E39
Tints of Tangaroa #0A1E39
RGB
CMYK
RGB Variations
Color information
#0A1E39 (or 0x0A1E39) is known color: Tangaroa. HEX triplet: 0A, 1E and 39. RGB value is (10,30,57). Sum of RGB (Red+Green+Blue) = 10+30+57=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A1E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E39 is #F5E1C6. Grayscale: #1A1A1A. Windows color (decimal): -16114119 or 3743242. OLE color: 3743242.
HSL color Cylindrical-coordinate representation of color #0A1E39: hue angle of 214.47º degrees, saturation: 0.7, 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 #0A1E39 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 30 | 57 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.78 |
| HSL | 214.47º | 0.7% | 0.13% | - |
| HSV(B) | 214.47º | 0.82% | 0.22% | - |
| XYZ | 1.33 | 1.29 | 4.05 | - |
| YUV | 27.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 57 | 0.82 | 0.47 | 0 | 0.78 | 214.47 | 0.7 | 0.13 |
| Hex | A | 1E | 39 | 52 | 2F | 0 | 4E | D6 | 46 | D |
| Octal | 12 | 36 | 71 | 122 | 57 | 0 | 116 | 326 | 106 | 15 |
| Binary | 1010 | 11110 | 111001 | 1010010 | 101111 | 0 | 1001110 | 11010110 | 1000110 | 1101 |
Color Harmonies of #0A1E39
Complementary color
Monochromatic Colors of #0A1E39
Black with #0A1E39
Text Example
Text Example
White with #0A1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E39; }
p { color: rgb(10,30,57); }
H1.HeaderClassName
{
color: #0A1E39;
}
.AnyTagClassName
{
color: #0A1E39;
}
</style>
background-color css
<style>
a { background-color: #0A1E39; }
a { background-color: rgb(10,30,57); }
div.DivClassName
{
background-color: #0A1E39;
}
.BgClassName
{
background-color: #0A1E39;
}
</style>
border-color css
<style>
span { border-color: #0A1E39; }
span { border-color: rgb(10,30,57); }
td.TdClassName
{
border-color: #0A1E39;
}
.TagClassName
{
border-color: #0A1E39;
}
</style>