Shades of Tangaroa #011F44
Tints of Tangaroa #011F44
RGB
CMYK
RGB Variations
Color information
#011F44 (or 0x011F44) is known color: Tangaroa. HEX triplet: 01, 1F and 44. RGB value is (1,31,68). Sum of RGB (Red+Green+Blue) = 1+31+68=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #011F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F44 is #FEE0BB. Grayscale: #1A1A1A. Windows color (decimal): -16703676 or 4464385. OLE color: 4464385.
HSL color Cylindrical-coordinate representation of color #011F44: hue angle of 213.13º 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 #011F44 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 31 | 68 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.73 |
| HSL | 213.13º | 0.97% | 0.14% | - |
| HSV(B) | 213.13º | 0.99% | 0.27% | - |
| XYZ | 1.55 | 1.4 | 5.66 | - |
| YUV | 26.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 68 | 0.99 | 0.54 | 0 | 0.73 | 213.13 | 0.97 | 0.14 |
| Hex | 1 | 1F | 44 | 63 | 36 | 0 | 49 | D5 | 61 | E |
| Octal | 1 | 37 | 104 | 143 | 66 | 0 | 111 | 325 | 141 | 16 |
| Binary | 1 | 11111 | 1000100 | 1100011 | 110110 | 0 | 1001001 | 11010101 | 1100001 | 1110 |
Color Harmonies of #011F44
Complementary color
Monochromatic Colors of #011F44
Black with #011F44
Text Example
Text Example
White with #011F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F44; }
p { color: rgb(1,31,68); }
H1.HeaderClassName
{
color: #011F44;
}
.AnyTagClassName
{
color: #011F44;
}
</style>
background-color css
<style>
a { background-color: #011F44; }
a { background-color: rgb(1,31,68); }
div.DivClassName
{
background-color: #011F44;
}
.BgClassName
{
background-color: #011F44;
}
</style>
border-color css
<style>
span { border-color: #011F44; }
span { border-color: rgb(1,31,68); }
td.TdClassName
{
border-color: #011F44;
}
.TagClassName
{
border-color: #011F44;
}
</style>