Shades of Tangaroa #001F3A
Tints of Tangaroa #001F3A
RGB
CMYK
RGB Variations
Color information
#001F3A (or 0x001F3A) is known color: Tangaroa. HEX triplet: 00, 1F and 3A. RGB value is (0,31,58). Sum of RGB (Red+Green+Blue) = 0+31+58=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #001F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F3A is #FFE0C5. Grayscale: #181818. Windows color (decimal): -16769222 or 3809024. OLE color: 3809024.
HSL color Cylindrical-coordinate representation of color #001F3A: hue angle of 207.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F3A is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 31 | 58 | - |
| CMYK | 1 | 0.47 | 0 | 0.77 |
| HSL | 207.93º | 1% | 0.11% | - |
| HSV(B) | 207.93º | 1% | 0.23% | - |
| XYZ | 1.25 | 1.29 | 4.19 | - |
| YUV | 24.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 58 | 1 | 0.47 | 0 | 0.77 | 207.93 | 1 | 0.11 |
| Hex | 0 | 1F | 3A | 64 | 2F | 0 | 4D | D0 | 64 | B |
| Octal | 0 | 37 | 72 | 144 | 57 | 0 | 115 | 320 | 144 | 13 |
| Binary | 0 | 11111 | 111010 | 1100100 | 101111 | 0 | 1001101 | 11010000 | 1100100 | 1011 |
Color Harmonies of #001F3A
Complementary color
Monochromatic Colors of #001F3A
Black with #001F3A
Text Example
Text Example
White with #001F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F3A; }
p { color: rgb(0,31,58); }
H1.HeaderClassName
{
color: #001F3A;
}
.AnyTagClassName
{
color: #001F3A;
}
</style>
background-color css
<style>
a { background-color: #001F3A; }
a { background-color: rgb(0,31,58); }
div.DivClassName
{
background-color: #001F3A;
}
.BgClassName
{
background-color: #001F3A;
}
</style>
border-color css
<style>
span { border-color: #001F3A; }
span { border-color: rgb(0,31,58); }
td.TdClassName
{
border-color: #001F3A;
}
.TagClassName
{
border-color: #001F3A;
}
</style>