Shades of Tangaroa #091C37
Tints of Tangaroa #091C37
RGB
CMYK
RGB Variations
Color information
#091C37 (or 0x091C37) is known color: Tangaroa. HEX triplet: 09, 1C and 37. RGB value is (9,28,55). Sum of RGB (Red+Green+Blue) = 9+28+55=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #091C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C37 is #F6E3C8. Grayscale: #191919. Windows color (decimal): -16180169 or 3611657. OLE color: 3611657.
HSL color Cylindrical-coordinate representation of color #091C37: hue angle of 215.22º 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 #091C37 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 28 | 55 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.78 |
| HSL | 215.22º | 0.72% | 0.13% | - |
| HSV(B) | 215.22º | 0.84% | 0.22% | - |
| XYZ | 1.22 | 1.16 | 3.78 | - |
| YUV | 25.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 55 | 0.84 | 0.49 | 0 | 0.78 | 215.22 | 0.72 | 0.13 |
| Hex | 9 | 1C | 37 | 54 | 31 | 0 | 4E | D7 | 48 | D |
| Octal | 11 | 34 | 67 | 124 | 61 | 0 | 116 | 327 | 110 | 15 |
| Binary | 1001 | 11100 | 110111 | 1010100 | 110001 | 0 | 1001110 | 11010111 | 1001000 | 1101 |
Color Harmonies of #091C37
Complementary color
Monochromatic Colors of #091C37
Black with #091C37
Text Example
Text Example
White with #091C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C37; }
p { color: rgb(9,28,55); }
H1.HeaderClassName
{
color: #091C37;
}
.AnyTagClassName
{
color: #091C37;
}
</style>
background-color css
<style>
a { background-color: #091C37; }
a { background-color: rgb(9,28,55); }
div.DivClassName
{
background-color: #091C37;
}
.BgClassName
{
background-color: #091C37;
}
</style>
border-color css
<style>
span { border-color: #091C37; }
span { border-color: rgb(9,28,55); }
td.TdClassName
{
border-color: #091C37;
}
.TagClassName
{
border-color: #091C37;
}
</style>