Shades of Tangaroa #001F3E
Tints of Tangaroa #001F3E
RGB
CMYK
RGB Variations
Color information
#001F3E (or 0x001F3E) is known color: Tangaroa. HEX triplet: 00, 1F and 3E. RGB value is (0,31,62). Sum of RGB (Red+Green+Blue) = 0+31+62=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #001F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F3E is #FFE0C1. Grayscale: #191919. Windows color (decimal): -16769218 or 4071168. OLE color: 4071168.
HSL color Cylindrical-coordinate representation of color #001F3E: hue angle of 210º 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 #001F3E is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 0 | 31 | 62 | - |
CMYK | 1 | 0.5 | 0 | 0.76 |
HSL | 210º | 1% | 0.12% | - |
HSV(B) | 210º | 1% | 0.24% | - |
XYZ | 1.36 | 1.33 | 4.74 | - |
YUV | 25.27 | 148.73 | 109.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 31 | 62 | 1 | 0.5 | 0 | 0.76 | 210 | 1 | 0.12 |
Hex | 0 | 1F | 3E | 64 | 32 | 0 | 4C | D2 | 64 | C |
Octal | 0 | 37 | 76 | 144 | 62 | 0 | 114 | 322 | 144 | 14 |
Binary | 0 | 11111 | 111110 | 1100100 | 110010 | 0 | 1001100 | 11010010 | 1100100 | 1100 |
Color Harmonies of #001F3E
Complementary color
Monochromatic Colors of #001F3E
Black with #001F3E
Text Example
Text Example
White with #001F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F3E; }
p { color: rgb(0,31,62); }
H1.HeaderClassName
{
color: #001F3E;
}
.AnyTagClassName
{
color: #001F3E;
}
</style>
background-color css
<style>
a { background-color: #001F3E; }
a { background-color: rgb(0,31,62); }
div.DivClassName
{
background-color: #001F3E;
}
.BgClassName
{
background-color: #001F3E;
}
</style>
border-color css
<style>
span { border-color: #001F3E; }
span { border-color: rgb(0,31,62); }
td.TdClassName
{
border-color: #001F3E;
}
.TagClassName
{
border-color: #001F3E;
}
</style>