Shades of Tangaroa #092D39
Tints of Tangaroa #092D39
RGB
CMYK
RGB Variations
Color information
#092D39 (or 0x092D39) is known color: Tangaroa. HEX triplet: 09, 2D and 39. RGB value is (9,45,57). Sum of RGB (Red+Green+Blue) = 9+45+57=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #092D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D39 is #F6D2C6. Grayscale: #232323. Windows color (decimal): -16175815 or 3747081. OLE color: 3747081.
HSL color Cylindrical-coordinate representation of color #092D39: hue angle of 195º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092D39 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 45 | 57 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.78 |
| HSL | 195º | 0.73% | 0.13% | - |
| HSV(B) | 195º | 0.84% | 0.22% | - |
| XYZ | 1.79 | 2.23 | 4.21 | - |
| YUV | 35.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 57 | 0.84 | 0.21 | 0 | 0.78 | 195 | 0.73 | 0.13 |
| Hex | 9 | 2D | 39 | 54 | 15 | 0 | 4E | C3 | 49 | D |
| Octal | 11 | 55 | 71 | 124 | 25 | 0 | 116 | 303 | 111 | 15 |
| Binary | 1001 | 101101 | 111001 | 1010100 | 10101 | 0 | 1001110 | 11000011 | 1001001 | 1101 |
Color Harmonies of #092D39
Complementary color
Monochromatic Colors of #092D39
Black with #092D39
Text Example
Text Example
White with #092D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D39; }
p { color: rgb(9,45,57); }
H1.HeaderClassName
{
color: #092D39;
}
.AnyTagClassName
{
color: #092D39;
}
</style>
background-color css
<style>
a { background-color: #092D39; }
a { background-color: rgb(9,45,57); }
div.DivClassName
{
background-color: #092D39;
}
.BgClassName
{
background-color: #092D39;
}
</style>
border-color css
<style>
span { border-color: #092D39; }
span { border-color: rgb(9,45,57); }
td.TdClassName
{
border-color: #092D39;
}
.TagClassName
{
border-color: #092D39;
}
</style>