Shades of Tangaroa #011C40
Tints of Tangaroa #011C40
RGB
CMYK
RGB Variations
Color information
#011C40 (or 0x011C40) is known color: Tangaroa. HEX triplet: 01, 1C and 40. RGB value is (1,28,64). Sum of RGB (Red+Green+Blue) = 1+28+64=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #011C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C40 is #FEE3BF. Grayscale: #171717. Windows color (decimal): -16704448 or 4201473. OLE color: 4201473.
HSL color Cylindrical-coordinate representation of color #011C40: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C40 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 28 | 64 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.75 |
| HSL | 214.29º | 0.97% | 0.13% | - |
| HSV(B) | 214.29º | 0.98% | 0.25% | - |
| XYZ | 1.35 | 1.21 | 5.01 | - |
| YUV | 24.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 64 | 0.98 | 0.56 | 0 | 0.75 | 214.29 | 0.97 | 0.13 |
| Hex | 1 | 1C | 40 | 62 | 38 | 0 | 4B | D6 | 61 | D |
| Octal | 1 | 34 | 100 | 142 | 70 | 0 | 113 | 326 | 141 | 15 |
| Binary | 1 | 11100 | 1000000 | 1100010 | 111000 | 0 | 1001011 | 11010110 | 1100001 | 1101 |
Color Harmonies of #011C40
Complementary color
Monochromatic Colors of #011C40
Black with #011C40
Text Example
Text Example
White with #011C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C40; }
p { color: rgb(1,28,64); }
H1.HeaderClassName
{
color: #011C40;
}
.AnyTagClassName
{
color: #011C40;
}
</style>
background-color css
<style>
a { background-color: #011C40; }
a { background-color: rgb(1,28,64); }
div.DivClassName
{
background-color: #011C40;
}
.BgClassName
{
background-color: #011C40;
}
</style>
border-color css
<style>
span { border-color: #011C40; }
span { border-color: rgb(1,28,64); }
td.TdClassName
{
border-color: #011C40;
}
.TagClassName
{
border-color: #011C40;
}
</style>