Shades of Tangaroa #071B36
Tints of Tangaroa #071B36
RGB
CMYK
RGB Variations
Color information
#071B36 (or 0x071B36) is known color: Tangaroa. HEX triplet: 07, 1B and 36. RGB value is (7,27,54). Sum of RGB (Red+Green+Blue) = 7+27+54=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #071B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B36 is #F8E4C9. Grayscale: #171717. Windows color (decimal): -16311498 or 3545863. OLE color: 3545863.
HSL color Cylindrical-coordinate representation of color #071B36: hue angle of 214.47º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071B36 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 27 | 54 | - |
| CMYK | 0.87 | 0.5 | 0 | 0.79 |
| HSL | 214.47º | 0.77% | 0.12% | - |
| HSV(B) | 214.47º | 0.87% | 0.21% | - |
| XYZ | 1.15 | 1.1 | 3.64 | - |
| YUV | 24.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 54 | 0.87 | 0.5 | 0 | 0.79 | 214.47 | 0.77 | 0.12 |
| Hex | 7 | 1B | 36 | 57 | 32 | 0 | 4F | D6 | 4D | C |
| Octal | 7 | 33 | 66 | 127 | 62 | 0 | 117 | 326 | 115 | 14 |
| Binary | 111 | 11011 | 110110 | 1010111 | 110010 | 0 | 1001111 | 11010110 | 1001101 | 1100 |
Color Harmonies of #071B36
Complementary color
Monochromatic Colors of #071B36
Black with #071B36
Text Example
Text Example
White with #071B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B36; }
p { color: rgb(7,27,54); }
H1.HeaderClassName
{
color: #071B36;
}
.AnyTagClassName
{
color: #071B36;
}
</style>
background-color css
<style>
a { background-color: #071B36; }
a { background-color: rgb(7,27,54); }
div.DivClassName
{
background-color: #071B36;
}
.BgClassName
{
background-color: #071B36;
}
</style>
border-color css
<style>
span { border-color: #071B36; }
span { border-color: rgb(7,27,54); }
td.TdClassName
{
border-color: #071B36;
}
.TagClassName
{
border-color: #071B36;
}
</style>