Shades of Tangaroa #001F44
Tints of Tangaroa #001F44
RGB
CMYK
RGB Variations
Color information
#001F44 (or 0x001F44) is known color: Tangaroa. HEX triplet: 00, 1F and 44. RGB value is (0,31,68). Sum of RGB (Red+Green+Blue) = 0+31+68=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 68 (26.95% from 255 or 68.69% from 99); Max value from RGB is 68 - color contains mainly: blue. Hex color #001F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F44 is #FFE0BB. Grayscale: #191919. Windows color (decimal): -16769212 or 4464384. OLE color: 4464384.
HSL color Cylindrical-coordinate representation of color #001F44: hue angle of 212.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F44 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 31 | 68 | - |
| CMYK | 1 | 0.54 | 0 | 0.73 |
| HSL | 212.65º | 1% | 0.13% | - |
| HSV(B) | 212.65º | 1% | 0.27% | - |
| XYZ | 1.53 | 1.4 | 5.66 | - |
| YUV | 25.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 68 | 1 | 0.54 | 0 | 0.73 | 212.65 | 1 | 0.13 |
| Hex | 0 | 1F | 44 | 64 | 36 | 0 | 49 | D5 | 64 | D |
| Octal | 0 | 37 | 104 | 144 | 66 | 0 | 111 | 325 | 144 | 15 |
| Binary | 0 | 11111 | 1000100 | 1100100 | 110110 | 0 | 1001001 | 11010101 | 1100100 | 1101 |
Color Harmonies of #001F44
Complementary color
Monochromatic Colors of #001F44
Black with #001F44
Text Example
Text Example
White with #001F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F44; }
p { color: rgb(0,31,68); }
H1.HeaderClassName
{
color: #001F44;
}
.AnyTagClassName
{
color: #001F44;
}
</style>
background-color css
<style>
a { background-color: #001F44; }
a { background-color: rgb(0,31,68); }
div.DivClassName
{
background-color: #001F44;
}
.BgClassName
{
background-color: #001F44;
}
</style>
border-color css
<style>
span { border-color: #001F44; }
span { border-color: rgb(0,31,68); }
td.TdClassName
{
border-color: #001F44;
}
.TagClassName
{
border-color: #001F44;
}
</style>