Shades of Tangaroa #092240
Tints of Tangaroa #092240
RGB
CMYK
RGB Variations
Color information
#092240 (or 0x092240) is known color: Tangaroa. HEX triplet: 09, 22 and 40. RGB value is (9,34,64). Sum of RGB (Red+Green+Blue) = 9+34+64=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #092240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092240 is #F6DDBF. Grayscale: #1D1D1D. Windows color (decimal): -16178624 or 4203017. OLE color: 4203017.
HSL color Cylindrical-coordinate representation of color #092240: hue angle of 212.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092240 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 34 | 64 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.75 |
| HSL | 212.73º | 0.75% | 0.14% | - |
| HSV(B) | 212.73º | 0.86% | 0.25% | - |
| XYZ | 1.61 | 1.57 | 5.07 | - |
| YUV | 29.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 64 | 0.86 | 0.47 | 0 | 0.75 | 212.73 | 0.75 | 0.14 |
| Hex | 9 | 22 | 40 | 56 | 2F | 0 | 4B | D5 | 4B | E |
| Octal | 11 | 42 | 100 | 126 | 57 | 0 | 113 | 325 | 113 | 16 |
| Binary | 1001 | 100010 | 1000000 | 1010110 | 101111 | 0 | 1001011 | 11010101 | 1001011 | 1110 |
Color Harmonies of #092240
Complementary color
Monochromatic Colors of #092240
Black with #092240
Text Example
Text Example
White with #092240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092240; }
p { color: rgb(9,34,64); }
H1.HeaderClassName
{
color: #092240;
}
.AnyTagClassName
{
color: #092240;
}
</style>
background-color css
<style>
a { background-color: #092240; }
a { background-color: rgb(9,34,64); }
div.DivClassName
{
background-color: #092240;
}
.BgClassName
{
background-color: #092240;
}
</style>
border-color css
<style>
span { border-color: #092240; }
span { border-color: rgb(9,34,64); }
td.TdClassName
{
border-color: #092240;
}
.TagClassName
{
border-color: #092240;
}
</style>