Shades of Tangaroa #001F3C
Tints of Tangaroa #001F3C
RGB
CMYK
RGB Variations
Color information
#001F3C (or 0x001F3C) is known color: Tangaroa. HEX triplet: 00, 1F and 3C. RGB value is (0,31,60). Sum of RGB (Red+Green+Blue) = 0+31+60=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #001F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F3C is #FFE0C3. Grayscale: #181818. Windows color (decimal): -16769220 or 3940096. OLE color: 3940096.
HSL color Cylindrical-coordinate representation of color #001F3C: hue angle of 209º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F3C is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 31 | 60 | - |
| CMYK | 1 | 0.48 | 0 | 0.76 |
| HSL | 209º | 1% | 0.12% | - |
| HSV(B) | 209º | 1% | 0.24% | - |
| XYZ | 1.31 | 1.31 | 4.46 | - |
| YUV | 25.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 60 | 1 | 0.48 | 0 | 0.76 | 209 | 1 | 0.12 |
| Hex | 0 | 1F | 3C | 64 | 30 | 0 | 4C | D1 | 64 | C |
| Octal | 0 | 37 | 74 | 144 | 60 | 0 | 114 | 321 | 144 | 14 |
| Binary | 0 | 11111 | 111100 | 1100100 | 110000 | 0 | 1001100 | 11010001 | 1100100 | 1100 |
Color Harmonies of #001F3C
Complementary color
Monochromatic Colors of #001F3C
Black with #001F3C
Text Example
Text Example
White with #001F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F3C; }
p { color: rgb(0,31,60); }
H1.HeaderClassName
{
color: #001F3C;
}
.AnyTagClassName
{
color: #001F3C;
}
</style>
background-color css
<style>
a { background-color: #001F3C; }
a { background-color: rgb(0,31,60); }
div.DivClassName
{
background-color: #001F3C;
}
.BgClassName
{
background-color: #001F3C;
}
</style>
border-color css
<style>
span { border-color: #001F3C; }
span { border-color: rgb(0,31,60); }
td.TdClassName
{
border-color: #001F3C;
}
.TagClassName
{
border-color: #001F3C;
}
</style>