Shades of Tangaroa #092B3C
Tints of Tangaroa #092B3C
RGB
CMYK
RGB Variations
Color information
#092B3C (or 0x092B3C) is known color: Tangaroa. HEX triplet: 09, 2B and 3C. RGB value is (9,43,60). Sum of RGB (Red+Green+Blue) = 9+43+60=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #092B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B3C is #F6D4C3. Grayscale: #222222. Windows color (decimal): -16176324 or 3943177. OLE color: 3943177.
HSL color Cylindrical-coordinate representation of color #092B3C: hue angle of 200º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #092B3C is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 43 | 60 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.76 |
| HSL | 200º | 0.74% | 0.14% | - |
| HSV(B) | 200º | 0.85% | 0.24% | - |
| XYZ | 1.79 | 2.11 | 4.59 | - |
| YUV | 34.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 60 | 0.85 | 0.28 | 0 | 0.76 | 200 | 0.74 | 0.14 |
| Hex | 9 | 2B | 3C | 55 | 1C | 0 | 4C | C8 | 4A | E |
| Octal | 11 | 53 | 74 | 125 | 34 | 0 | 114 | 310 | 112 | 16 |
| Binary | 1001 | 101011 | 111100 | 1010101 | 11100 | 0 | 1001100 | 11001000 | 1001010 | 1110 |
Color Harmonies of #092B3C
Complementary color
Monochromatic Colors of #092B3C
Black with #092B3C
Text Example
Text Example
White with #092B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B3C; }
p { color: rgb(9,43,60); }
H1.HeaderClassName
{
color: #092B3C;
}
.AnyTagClassName
{
color: #092B3C;
}
</style>
background-color css
<style>
a { background-color: #092B3C; }
a { background-color: rgb(9,43,60); }
div.DivClassName
{
background-color: #092B3C;
}
.BgClassName
{
background-color: #092B3C;
}
</style>
border-color css
<style>
span { border-color: #092B3C; }
span { border-color: rgb(9,43,60); }
td.TdClassName
{
border-color: #092B3C;
}
.TagClassName
{
border-color: #092B3C;
}
</style>