Shades of Tangaroa #091E37
Tints of Tangaroa #091E37
RGB
CMYK
RGB Variations
Color information
#091E37 (or 0x091E37) is known color: Tangaroa. HEX triplet: 09, 1E and 37. RGB value is (9,30,55). Sum of RGB (Red+Green+Blue) = 9+30+55=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #091E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E37 is #F6E1C8. Grayscale: #1A1A1A. Windows color (decimal): -16179657 or 3612169. OLE color: 3612169.
HSL color Cylindrical-coordinate representation of color #091E37: hue angle of 212.61º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #091E37 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 30 | 55 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.78 |
| HSL | 212.61º | 0.72% | 0.13% | - |
| HSV(B) | 212.61º | 0.84% | 0.22% | - |
| XYZ | 1.27 | 1.26 | 3.79 | - |
| YUV | 26.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 55 | 0.84 | 0.45 | 0 | 0.78 | 212.61 | 0.72 | 0.13 |
| Hex | 9 | 1E | 37 | 54 | 2D | 0 | 4E | D5 | 48 | D |
| Octal | 11 | 36 | 67 | 124 | 55 | 0 | 116 | 325 | 110 | 15 |
| Binary | 1001 | 11110 | 110111 | 1010100 | 101101 | 0 | 1001110 | 11010101 | 1001000 | 1101 |
Color Harmonies of #091E37
Complementary color
Monochromatic Colors of #091E37
Black with #091E37
Text Example
Text Example
White with #091E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E37; }
p { color: rgb(9,30,55); }
H1.HeaderClassName
{
color: #091E37;
}
.AnyTagClassName
{
color: #091E37;
}
</style>
background-color css
<style>
a { background-color: #091E37; }
a { background-color: rgb(9,30,55); }
div.DivClassName
{
background-color: #091E37;
}
.BgClassName
{
background-color: #091E37;
}
</style>
border-color css
<style>
span { border-color: #091E37; }
span { border-color: rgb(9,30,55); }
td.TdClassName
{
border-color: #091E37;
}
.TagClassName
{
border-color: #091E37;
}
</style>