Shades of Tangaroa #071D38
Tints of Tangaroa #071D38
RGB
CMYK
RGB Variations
Color information
#071D38 (or 0x071D38) is known color: Tangaroa. HEX triplet: 07, 1D and 38. RGB value is (7,29,56). Sum of RGB (Red+Green+Blue) = 7+29+56=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #071D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D38 is #F8E2C7. Grayscale: #191919. Windows color (decimal): -16310984 or 3677447. OLE color: 3677447.
HSL color Cylindrical-coordinate representation of color #071D38: hue angle of 213.06º 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 #071D38 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 29 | 56 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.78 |
| HSL | 213.06º | 0.78% | 0.12% | - |
| HSV(B) | 213.06º | 0.88% | 0.22% | - |
| XYZ | 1.24 | 1.21 | 3.91 | - |
| YUV | 25.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 56 | 0.88 | 0.48 | 0 | 0.78 | 213.06 | 0.78 | 0.12 |
| Hex | 7 | 1D | 38 | 58 | 30 | 0 | 4E | D5 | 4E | C |
| Octal | 7 | 35 | 70 | 130 | 60 | 0 | 116 | 325 | 116 | 14 |
| Binary | 111 | 11101 | 111000 | 1011000 | 110000 | 0 | 1001110 | 11010101 | 1001110 | 1100 |
Color Harmonies of #071D38
Complementary color
Monochromatic Colors of #071D38
Black with #071D38
Text Example
Text Example
White with #071D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D38; }
p { color: rgb(7,29,56); }
H1.HeaderClassName
{
color: #071D38;
}
.AnyTagClassName
{
color: #071D38;
}
</style>
background-color css
<style>
a { background-color: #071D38; }
a { background-color: rgb(7,29,56); }
div.DivClassName
{
background-color: #071D38;
}
.BgClassName
{
background-color: #071D38;
}
</style>
border-color css
<style>
span { border-color: #071D38; }
span { border-color: rgb(7,29,56); }
td.TdClassName
{
border-color: #071D38;
}
.TagClassName
{
border-color: #071D38;
}
</style>