Shades of Tangaroa #071F38
Tints of Tangaroa #071F38
RGB
CMYK
RGB Variations
Color information
#071F38 (or 0x071F38) is known color: Tangaroa. HEX triplet: 07, 1F and 38. RGB value is (7,31,56). Sum of RGB (Red+Green+Blue) = 7+31+56=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #071F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F38 is #F8E0C7. Grayscale: #1A1A1A. Windows color (decimal): -16310472 or 3677959. OLE color: 3677959.
HSL color Cylindrical-coordinate representation of color #071F38: hue angle of 210.61º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071F38 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 31 | 56 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.78 |
| HSL | 210.61º | 0.78% | 0.12% | - |
| HSV(B) | 210.61º | 0.88% | 0.22% | - |
| XYZ | 1.29 | 1.31 | 3.93 | - |
| YUV | 26.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 56 | 0.88 | 0.45 | 0 | 0.78 | 210.61 | 0.78 | 0.12 |
| Hex | 7 | 1F | 38 | 58 | 2D | 0 | 4E | D3 | 4E | C |
| Octal | 7 | 37 | 70 | 130 | 55 | 0 | 116 | 323 | 116 | 14 |
| Binary | 111 | 11111 | 111000 | 1011000 | 101101 | 0 | 1001110 | 11010011 | 1001110 | 1100 |
Color Harmonies of #071F38
Complementary color
Monochromatic Colors of #071F38
Black with #071F38
Text Example
Text Example
White with #071F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F38; }
p { color: rgb(7,31,56); }
H1.HeaderClassName
{
color: #071F38;
}
.AnyTagClassName
{
color: #071F38;
}
</style>
background-color css
<style>
a { background-color: #071F38; }
a { background-color: rgb(7,31,56); }
div.DivClassName
{
background-color: #071F38;
}
.BgClassName
{
background-color: #071F38;
}
</style>
border-color css
<style>
span { border-color: #071F38; }
span { border-color: rgb(7,31,56); }
td.TdClassName
{
border-color: #071F38;
}
.TagClassName
{
border-color: #071F38;
}
</style>