Shades of Tangaroa #011E45
Tints of Tangaroa #011E45
RGB
CMYK
RGB Variations
Color information
#011E45 (or 0x011E45) is known color: Tangaroa. HEX triplet: 01, 1E and 45. RGB value is (1,30,69). Sum of RGB (Red+Green+Blue) = 1+30+69=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #011E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E45 is #FEE1BA. Grayscale: #191919. Windows color (decimal): -16703931 or 4529665. OLE color: 4529665.
HSL color Cylindrical-coordinate representation of color #011E45: hue angle of 214.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E45 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 30 | 69 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.73 |
| HSL | 214.41º | 0.97% | 0.14% | - |
| HSV(B) | 214.41º | 0.99% | 0.27% | - |
| XYZ | 1.55 | 1.36 | 5.81 | - |
| YUV | 25.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 69 | 0.99 | 0.57 | 0 | 0.73 | 214.41 | 0.97 | 0.14 |
| Hex | 1 | 1E | 45 | 63 | 39 | 0 | 49 | D6 | 61 | E |
| Octal | 1 | 36 | 105 | 143 | 71 | 0 | 111 | 326 | 141 | 16 |
| Binary | 1 | 11110 | 1000101 | 1100011 | 111001 | 0 | 1001001 | 11010110 | 1100001 | 1110 |
Color Harmonies of #011E45
Complementary color
Monochromatic Colors of #011E45
Black with #011E45
Text Example
Text Example
White with #011E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E45; }
p { color: rgb(1,30,69); }
H1.HeaderClassName
{
color: #011E45;
}
.AnyTagClassName
{
color: #011E45;
}
</style>
background-color css
<style>
a { background-color: #011E45; }
a { background-color: rgb(1,30,69); }
div.DivClassName
{
background-color: #011E45;
}
.BgClassName
{
background-color: #011E45;
}
</style>
border-color css
<style>
span { border-color: #011E45; }
span { border-color: rgb(1,30,69); }
td.TdClassName
{
border-color: #011E45;
}
.TagClassName
{
border-color: #011E45;
}
</style>