Shades of Tangaroa #011C41
Tints of Tangaroa #011C41
RGB
CMYK
RGB Variations
Color information
#011C41 (or 0x011C41) is known color: Tangaroa. HEX triplet: 01, 1C and 41. RGB value is (1,28,65). Sum of RGB (Red+Green+Blue) = 1+28+65=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #011C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C41 is #FEE3BE. Grayscale: #171717. Windows color (decimal): -16704447 or 4267009. OLE color: 4267009.
HSL color Cylindrical-coordinate representation of color #011C41: hue angle of 214.69º 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 #011C41 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 28 | 65 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.75 |
| HSL | 214.69º | 0.97% | 0.13% | - |
| HSV(B) | 214.69º | 0.98% | 0.25% | - |
| XYZ | 1.38 | 1.22 | 5.16 | - |
| YUV | 24.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 65 | 0.98 | 0.57 | 0 | 0.75 | 214.69 | 0.97 | 0.13 |
| Hex | 1 | 1C | 41 | 62 | 39 | 0 | 4B | D7 | 61 | D |
| Octal | 1 | 34 | 101 | 142 | 71 | 0 | 113 | 327 | 141 | 15 |
| Binary | 1 | 11100 | 1000001 | 1100010 | 111001 | 0 | 1001011 | 11010111 | 1100001 | 1101 |
Color Harmonies of #011C41
Complementary color
Monochromatic Colors of #011C41
Black with #011C41
Text Example
Text Example
White with #011C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C41; }
p { color: rgb(1,28,65); }
H1.HeaderClassName
{
color: #011C41;
}
.AnyTagClassName
{
color: #011C41;
}
</style>
background-color css
<style>
a { background-color: #011C41; }
a { background-color: rgb(1,28,65); }
div.DivClassName
{
background-color: #011C41;
}
.BgClassName
{
background-color: #011C41;
}
</style>
border-color css
<style>
span { border-color: #011C41; }
span { border-color: rgb(1,28,65); }
td.TdClassName
{
border-color: #011C41;
}
.TagClassName
{
border-color: #011C41;
}
</style>