Shades of Tangaroa #011C43
Tints of Tangaroa #011C43
RGB
CMYK
RGB Variations
Color information
#011C43 (or 0x011C43) is known color: Tangaroa. HEX triplet: 01, 1C and 43. RGB value is (1,28,67). Sum of RGB (Red+Green+Blue) = 1+28+67=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 67 (26.56% from 255 or 69.79% from 96); Max value from RGB is 67 - color contains mainly: blue. Hex color #011C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C43 is #FEE3BC. Grayscale: #181818. Windows color (decimal): -16704445 or 4398081. OLE color: 4398081.
HSL color Cylindrical-coordinate representation of color #011C43: hue angle of 215.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C43 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 28 | 67 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.74 |
| HSL | 215.45º | 0.97% | 0.13% | - |
| HSV(B) | 215.45º | 0.99% | 0.26% | - |
| XYZ | 1.44 | 1.24 | 5.47 | - |
| YUV | 24.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 67 | 0.99 | 0.58 | 0 | 0.74 | 215.45 | 0.97 | 0.13 |
| Hex | 1 | 1C | 43 | 63 | 3A | 0 | 4A | D7 | 61 | D |
| Octal | 1 | 34 | 103 | 143 | 72 | 0 | 112 | 327 | 141 | 15 |
| Binary | 1 | 11100 | 1000011 | 1100011 | 111010 | 0 | 1001010 | 11010111 | 1100001 | 1101 |
Color Harmonies of #011C43
Complementary color
Monochromatic Colors of #011C43
Black with #011C43
Text Example
Text Example
White with #011C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C43; }
p { color: rgb(1,28,67); }
H1.HeaderClassName
{
color: #011C43;
}
.AnyTagClassName
{
color: #011C43;
}
</style>
background-color css
<style>
a { background-color: #011C43; }
a { background-color: rgb(1,28,67); }
div.DivClassName
{
background-color: #011C43;
}
.BgClassName
{
background-color: #011C43;
}
</style>
border-color css
<style>
span { border-color: #011C43; }
span { border-color: rgb(1,28,67); }
td.TdClassName
{
border-color: #011C43;
}
.TagClassName
{
border-color: #011C43;
}
</style>