Shades of Tangaroa #092449
Tints of Tangaroa #092449
RGB
CMYK
RGB Variations
Color information
#092449 (or 0x092449) is known color: Tangaroa. HEX triplet: 09, 24 and 49. RGB value is (9,36,73). Sum of RGB (Red+Green+Blue) = 9+36+73=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #092449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092449 is #F6DBB6. Grayscale: #1F1F1F. Windows color (decimal): -16178103 or 4793353. OLE color: 4793353.
HSL color Cylindrical-coordinate representation of color #092449: hue angle of 214.69º 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 #092449 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 36 | 73 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.71 |
| HSL | 214.69º | 0.78% | 0.16% | - |
| HSV(B) | 214.69º | 0.88% | 0.29% | - |
| XYZ | 1.95 | 1.8 | 6.55 | - |
| YUV | 32.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 73 | 0.88 | 0.51 | 0 | 0.71 | 214.69 | 0.78 | 0.16 |
| Hex | 9 | 24 | 49 | 58 | 33 | 0 | 47 | D7 | 4E | 10 |
| Octal | 11 | 44 | 111 | 130 | 63 | 0 | 107 | 327 | 116 | 20 |
| Binary | 1001 | 100100 | 1001001 | 1011000 | 110011 | 0 | 1000111 | 11010111 | 1001110 | 10000 |
Color Harmonies of #092449
Complementary color
Monochromatic Colors of #092449
Black with #092449
Text Example
Text Example
White with #092449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092449; }
p { color: rgb(9,36,73); }
H1.HeaderClassName
{
color: #092449;
}
.AnyTagClassName
{
color: #092449;
}
</style>
background-color css
<style>
a { background-color: #092449; }
a { background-color: rgb(9,36,73); }
div.DivClassName
{
background-color: #092449;
}
.BgClassName
{
background-color: #092449;
}
</style>
border-color css
<style>
span { border-color: #092449; }
span { border-color: rgb(9,36,73); }
td.TdClassName
{
border-color: #092449;
}
.TagClassName
{
border-color: #092449;
}
</style>