Shades of Tangaroa #092949
Tints of Tangaroa #092949
RGB
CMYK
RGB Variations
Color information
#092949 (or 0x092949) is known color: Tangaroa. HEX triplet: 09, 29 and 49. RGB value is (9,41,73). Sum of RGB (Red+Green+Blue) = 9+41+73=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #092949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092949 is #F6D6B6. Grayscale: #222222. Windows color (decimal): -16176823 or 4794633. OLE color: 4794633.
HSL color Cylindrical-coordinate representation of color #092949: hue angle of 210º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092949 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 41 | 73 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.71 |
| HSL | 210º | 0.78% | 0.16% | - |
| HSV(B) | 210º | 0.88% | 0.29% | - |
| XYZ | 2.11 | 2.12 | 6.6 | - |
| YUV | 35.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 73 | 0.88 | 0.44 | 0 | 0.71 | 210 | 0.78 | 0.16 |
| Hex | 9 | 29 | 49 | 58 | 2C | 0 | 47 | D2 | 4E | 10 |
| Octal | 11 | 51 | 111 | 130 | 54 | 0 | 107 | 322 | 116 | 20 |
| Binary | 1001 | 101001 | 1001001 | 1011000 | 101100 | 0 | 1000111 | 11010010 | 1001110 | 10000 |
Color Harmonies of #092949
Complementary color
Monochromatic Colors of #092949
Black with #092949
Text Example
Text Example
White with #092949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092949; }
p { color: rgb(9,41,73); }
H1.HeaderClassName
{
color: #092949;
}
.AnyTagClassName
{
color: #092949;
}
</style>
background-color css
<style>
a { background-color: #092949; }
a { background-color: rgb(9,41,73); }
div.DivClassName
{
background-color: #092949;
}
.BgClassName
{
background-color: #092949;
}
</style>
border-color css
<style>
span { border-color: #092949; }
span { border-color: rgb(9,41,73); }
td.TdClassName
{
border-color: #092949;
}
.TagClassName
{
border-color: #092949;
}
</style>