Shades of Tangaroa #011A3E
Tints of Tangaroa #011A3E
RGB
CMYK
RGB Variations
Color information
#011A3E (or 0x011A3E) is known color: Tangaroa. HEX triplet: 01, 1A and 3E. RGB value is (1,26,62). Sum of RGB (Red+Green+Blue) = 1+26+62=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #011A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A3E is #FEE5C1. Grayscale: #161616. Windows color (decimal): -16704962 or 4069889. OLE color: 4069889.
HSL color Cylindrical-coordinate representation of color #011A3E: hue angle of 215.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A3E is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 26 | 62 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.76 |
| HSL | 215.41º | 0.97% | 0.12% | - |
| HSV(B) | 215.41º | 0.98% | 0.24% | - |
| XYZ | 1.25 | 1.09 | 4.7 | - |
| YUV | 22.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 62 | 0.98 | 0.58 | 0 | 0.76 | 215.41 | 0.97 | 0.12 |
| Hex | 1 | 1A | 3E | 62 | 3A | 0 | 4C | D7 | 61 | C |
| Octal | 1 | 32 | 76 | 142 | 72 | 0 | 114 | 327 | 141 | 14 |
| Binary | 1 | 11010 | 111110 | 1100010 | 111010 | 0 | 1001100 | 11010111 | 1100001 | 1100 |
Color Harmonies of #011A3E
Complementary color
Monochromatic Colors of #011A3E
Black with #011A3E
Text Example
Text Example
White with #011A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A3E; }
p { color: rgb(1,26,62); }
H1.HeaderClassName
{
color: #011A3E;
}
.AnyTagClassName
{
color: #011A3E;
}
</style>
background-color css
<style>
a { background-color: #011A3E; }
a { background-color: rgb(1,26,62); }
div.DivClassName
{
background-color: #011A3E;
}
.BgClassName
{
background-color: #011A3E;
}
</style>
border-color css
<style>
span { border-color: #011A3E; }
span { border-color: rgb(1,26,62); }
td.TdClassName
{
border-color: #011A3E;
}
.TagClassName
{
border-color: #011A3E;
}
</style>