Shades of Tangaroa #011C39
Tints of Tangaroa #011C39
RGB
CMYK
RGB Variations
Color information
#011C39 (or 0x011C39) is known color: Tangaroa. HEX triplet: 01, 1C and 39. RGB value is (1,28,57). Sum of RGB (Red+Green+Blue) = 1+28+57=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 57 (22.66% from 255 or 66.28% from 86); Max value from RGB is 57 - color contains mainly: blue. Hex color #011C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C39 is #FEE3C6. Grayscale: #171717. Windows color (decimal): -16704455 or 3742721. OLE color: 3742721.
HSL color Cylindrical-coordinate representation of color #011C39: hue angle of 211.07º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C39 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 28 | 57 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.78 |
| HSL | 211.07º | 0.97% | 0.11% | - |
| HSV(B) | 211.07º | 0.98% | 0.22% | - |
| XYZ | 1.17 | 1.13 | 4.03 | - |
| YUV | 23.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 57 | 0.98 | 0.51 | 0 | 0.78 | 211.07 | 0.97 | 0.11 |
| Hex | 1 | 1C | 39 | 62 | 33 | 0 | 4E | D3 | 61 | B |
| Octal | 1 | 34 | 71 | 142 | 63 | 0 | 116 | 323 | 141 | 13 |
| Binary | 1 | 11100 | 111001 | 1100010 | 110011 | 0 | 1001110 | 11010011 | 1100001 | 1011 |
Color Harmonies of #011C39
Complementary color
Monochromatic Colors of #011C39
Black with #011C39
Text Example
Text Example
White with #011C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C39; }
p { color: rgb(1,28,57); }
H1.HeaderClassName
{
color: #011C39;
}
.AnyTagClassName
{
color: #011C39;
}
</style>
background-color css
<style>
a { background-color: #011C39; }
a { background-color: rgb(1,28,57); }
div.DivClassName
{
background-color: #011C39;
}
.BgClassName
{
background-color: #011C39;
}
</style>
border-color css
<style>
span { border-color: #011C39; }
span { border-color: rgb(1,28,57); }
td.TdClassName
{
border-color: #011C39;
}
.TagClassName
{
border-color: #011C39;
}
</style>