Shades of Tangaroa #011B3E
Tints of Tangaroa #011B3E
RGB
CMYK
RGB Variations
Color information
#011B3E (or 0x011B3E) is known color: Tangaroa. HEX triplet: 01, 1B and 3E. RGB value is (1,27,62). Sum of RGB (Red+Green+Blue) = 1+27+62=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #011B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B3E is #FEE4C1. Grayscale: #171717. Windows color (decimal): -16704706 or 4070145. OLE color: 4070145.
HSL color Cylindrical-coordinate representation of color #011B3E: hue angle of 214.43º 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 #011B3E is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 27 | 62 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.76 |
| HSL | 214.43º | 0.97% | 0.12% | - |
| HSV(B) | 214.43º | 0.98% | 0.24% | - |
| XYZ | 1.27 | 1.14 | 4.71 | - |
| YUV | 23.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 62 | 0.98 | 0.56 | 0 | 0.76 | 214.43 | 0.97 | 0.12 |
| Hex | 1 | 1B | 3E | 62 | 38 | 0 | 4C | D6 | 61 | C |
| Octal | 1 | 33 | 76 | 142 | 70 | 0 | 114 | 326 | 141 | 14 |
| Binary | 1 | 11011 | 111110 | 1100010 | 111000 | 0 | 1001100 | 11010110 | 1100001 | 1100 |
Color Harmonies of #011B3E
Complementary color
Monochromatic Colors of #011B3E
Black with #011B3E
Text Example
Text Example
White with #011B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B3E; }
p { color: rgb(1,27,62); }
H1.HeaderClassName
{
color: #011B3E;
}
.AnyTagClassName
{
color: #011B3E;
}
</style>
background-color css
<style>
a { background-color: #011B3E; }
a { background-color: rgb(1,27,62); }
div.DivClassName
{
background-color: #011B3E;
}
.BgClassName
{
background-color: #011B3E;
}
</style>
border-color css
<style>
span { border-color: #011B3E; }
span { border-color: rgb(1,27,62); }
td.TdClassName
{
border-color: #011B3E;
}
.TagClassName
{
border-color: #011B3E;
}
</style>