Shades of Tangaroa #011F3F
Tints of Tangaroa #011F3F
RGB
CMYK
RGB Variations
Color information
#011F3F (or 0x011F3F) is known color: Tangaroa. HEX triplet: 01, 1F and 3F. RGB value is (1,31,63). Sum of RGB (Red+Green+Blue) = 1+31+63=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #011F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F3F is #FEE0C0. Grayscale: #191919. Windows color (decimal): -16703681 or 4136705. OLE color: 4136705.
HSL color Cylindrical-coordinate representation of color #011F3F: hue angle of 210.97º 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 #011F3F is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 31 | 63 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.75 |
| HSL | 210.97º | 0.97% | 0.13% | - |
| HSV(B) | 210.97º | 0.98% | 0.25% | - |
| XYZ | 1.4 | 1.35 | 4.89 | - |
| YUV | 25.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 63 | 0.98 | 0.51 | 0 | 0.75 | 210.97 | 0.97 | 0.13 |
| Hex | 1 | 1F | 3F | 62 | 33 | 0 | 4B | D3 | 61 | D |
| Octal | 1 | 37 | 77 | 142 | 63 | 0 | 113 | 323 | 141 | 15 |
| Binary | 1 | 11111 | 111111 | 1100010 | 110011 | 0 | 1001011 | 11010011 | 1100001 | 1101 |
Color Harmonies of #011F3F
Complementary color
Monochromatic Colors of #011F3F
Black with #011F3F
Text Example
Text Example
White with #011F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F3F; }
p { color: rgb(1,31,63); }
H1.HeaderClassName
{
color: #011F3F;
}
.AnyTagClassName
{
color: #011F3F;
}
</style>
background-color css
<style>
a { background-color: #011F3F; }
a { background-color: rgb(1,31,63); }
div.DivClassName
{
background-color: #011F3F;
}
.BgClassName
{
background-color: #011F3F;
}
</style>
border-color css
<style>
span { border-color: #011F3F; }
span { border-color: rgb(1,31,63); }
td.TdClassName
{
border-color: #011F3F;
}
.TagClassName
{
border-color: #011F3F;
}
</style>