Shades of Tangaroa #071E38
Tints of Tangaroa #071E38
RGB
CMYK
RGB Variations
Color information
#071E38 (or 0x071E38) is known color: Tangaroa. HEX triplet: 07, 1E and 38. RGB value is (7,30,56). Sum of RGB (Red+Green+Blue) = 7+30+56=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #071E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E38 is #F8E1C7. Grayscale: #191919. Windows color (decimal): -16310728 or 3677703. OLE color: 3677703.
HSL color Cylindrical-coordinate representation of color #071E38: hue angle of 211.84º 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 #071E38 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 30 | 56 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.78 |
| HSL | 211.84º | 0.78% | 0.12% | - |
| HSV(B) | 211.84º | 0.88% | 0.22% | - |
| XYZ | 1.27 | 1.26 | 3.92 | - |
| YUV | 26.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 56 | 0.88 | 0.46 | 0 | 0.78 | 211.84 | 0.78 | 0.12 |
| Hex | 7 | 1E | 38 | 58 | 2E | 0 | 4E | D4 | 4E | C |
| Octal | 7 | 36 | 70 | 130 | 56 | 0 | 116 | 324 | 116 | 14 |
| Binary | 111 | 11110 | 111000 | 1011000 | 101110 | 0 | 1001110 | 11010100 | 1001110 | 1100 |
Color Harmonies of #071E38
Complementary color
Monochromatic Colors of #071E38
Black with #071E38
Text Example
Text Example
White with #071E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E38; }
p { color: rgb(7,30,56); }
H1.HeaderClassName
{
color: #071E38;
}
.AnyTagClassName
{
color: #071E38;
}
</style>
background-color css
<style>
a { background-color: #071E38; }
a { background-color: rgb(7,30,56); }
div.DivClassName
{
background-color: #071E38;
}
.BgClassName
{
background-color: #071E38;
}
</style>
border-color css
<style>
span { border-color: #071E38; }
span { border-color: rgb(7,30,56); }
td.TdClassName
{
border-color: #071E38;
}
.TagClassName
{
border-color: #071E38;
}
</style>