Shades of Tangaroa #001F45
Tints of Tangaroa #001F45
RGB
CMYK
RGB Variations
Color information
#001F45 (or 0x001F45) is known color: Tangaroa. HEX triplet: 00, 1F and 45. RGB value is (0,31,69). Sum of RGB (Red+Green+Blue) = 0+31+69=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 31 (12.5% from 255 or 31% 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 #001F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F45 is #FFE0BA. Grayscale: #191919. Windows color (decimal): -16769211 or 4529920. OLE color: 4529920.
HSL color Cylindrical-coordinate representation of color #001F45: hue angle of 213.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F45 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 31 | 69 | - |
| CMYK | 1 | 0.55 | 0 | 0.73 |
| HSL | 213.04º | 1% | 0.14% | - |
| HSV(B) | 213.04º | 1% | 0.27% | - |
| XYZ | 1.56 | 1.41 | 5.82 | - |
| YUV | 26.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 69 | 1 | 0.55 | 0 | 0.73 | 213.04 | 1 | 0.14 |
| Hex | 0 | 1F | 45 | 64 | 37 | 0 | 49 | D5 | 64 | E |
| Octal | 0 | 37 | 105 | 144 | 67 | 0 | 111 | 325 | 144 | 16 |
| Binary | 0 | 11111 | 1000101 | 1100100 | 110111 | 0 | 1001001 | 11010101 | 1100100 | 1110 |
Color Harmonies of #001F45
Complementary color
Monochromatic Colors of #001F45
Black with #001F45
Text Example
Text Example
White with #001F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F45; }
p { color: rgb(0,31,69); }
H1.HeaderClassName
{
color: #001F45;
}
.AnyTagClassName
{
color: #001F45;
}
</style>
background-color css
<style>
a { background-color: #001F45; }
a { background-color: rgb(0,31,69); }
div.DivClassName
{
background-color: #001F45;
}
.BgClassName
{
background-color: #001F45;
}
</style>
border-color css
<style>
span { border-color: #001F45; }
span { border-color: rgb(0,31,69); }
td.TdClassName
{
border-color: #001F45;
}
.TagClassName
{
border-color: #001F45;
}
</style>