Shades of Tangaroa #092140
Tints of Tangaroa #092140
RGB
CMYK
RGB Variations
Color information
#092140 (or 0x092140) is known color: Tangaroa. HEX triplet: 09, 21 and 40. RGB value is (9,33,64). Sum of RGB (Red+Green+Blue) = 9+33+64=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #092140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092140 is #F6DEBF. Grayscale: #1D1D1D. Windows color (decimal): -16178880 or 4202761. OLE color: 4202761.
HSL color Cylindrical-coordinate representation of color #092140: hue angle of 213.82º 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 #092140 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 33 | 64 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.75 |
| HSL | 213.82º | 0.75% | 0.14% | - |
| HSV(B) | 213.82º | 0.86% | 0.25% | - |
| XYZ | 1.58 | 1.52 | 5.06 | - |
| YUV | 29.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 64 | 0.86 | 0.48 | 0 | 0.75 | 213.82 | 0.75 | 0.14 |
| Hex | 9 | 21 | 40 | 56 | 30 | 0 | 4B | D6 | 4B | E |
| Octal | 11 | 41 | 100 | 126 | 60 | 0 | 113 | 326 | 113 | 16 |
| Binary | 1001 | 100001 | 1000000 | 1010110 | 110000 | 0 | 1001011 | 11010110 | 1001011 | 1110 |
Color Harmonies of #092140
Complementary color
Monochromatic Colors of #092140
Black with #092140
Text Example
Text Example
White with #092140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092140; }
p { color: rgb(9,33,64); }
H1.HeaderClassName
{
color: #092140;
}
.AnyTagClassName
{
color: #092140;
}
</style>
background-color css
<style>
a { background-color: #092140; }
a { background-color: rgb(9,33,64); }
div.DivClassName
{
background-color: #092140;
}
.BgClassName
{
background-color: #092140;
}
</style>
border-color css
<style>
span { border-color: #092140; }
span { border-color: rgb(9,33,64); }
td.TdClassName
{
border-color: #092140;
}
.TagClassName
{
border-color: #092140;
}
</style>