Shades of Tangaroa #092647
Tints of Tangaroa #092647
RGB
CMYK
RGB Variations
Color information
#092647 (or 0x092647) is known color: Tangaroa. HEX triplet: 09, 26 and 47. RGB value is (9,38,71). Sum of RGB (Red+Green+Blue) = 9+38+71=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #092647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092647 is #F6D9B8. Grayscale: #202020. Windows color (decimal): -16177593 or 4662793. OLE color: 4662793.
HSL color Cylindrical-coordinate representation of color #092647: hue angle of 211.94º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092647 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 38 | 71 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.72 |
| HSL | 211.94º | 0.78% | 0.16% | - |
| HSV(B) | 211.94º | 0.87% | 0.28% | - |
| XYZ | 1.94 | 1.9 | 6.23 | - |
| YUV | 33.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 71 | 0.87 | 0.46 | 0 | 0.72 | 211.94 | 0.78 | 0.16 |
| Hex | 9 | 26 | 47 | 57 | 2E | 0 | 48 | D4 | 4E | 10 |
| Octal | 11 | 46 | 107 | 127 | 56 | 0 | 110 | 324 | 116 | 20 |
| Binary | 1001 | 100110 | 1000111 | 1010111 | 101110 | 0 | 1001000 | 11010100 | 1001110 | 10000 |
Color Harmonies of #092647
Complementary color
Monochromatic Colors of #092647
Black with #092647
Text Example
Text Example
White with #092647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092647; }
p { color: rgb(9,38,71); }
H1.HeaderClassName
{
color: #092647;
}
.AnyTagClassName
{
color: #092647;
}
</style>
background-color css
<style>
a { background-color: #092647; }
a { background-color: rgb(9,38,71); }
div.DivClassName
{
background-color: #092647;
}
.BgClassName
{
background-color: #092647;
}
</style>
border-color css
<style>
span { border-color: #092647; }
span { border-color: rgb(9,38,71); }
td.TdClassName
{
border-color: #092647;
}
.TagClassName
{
border-color: #092647;
}
</style>