Shades of Tangaroa #092B3F
Tints of Tangaroa #092B3F
RGB
CMYK
RGB Variations
Color information
#092B3F (or 0x092B3F) is known color: Tangaroa. HEX triplet: 09, 2B and 3F. RGB value is (9,43,63). Sum of RGB (Red+Green+Blue) = 9+43+63=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #092B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B3F is #F6D4C0. Grayscale: #232323. Windows color (decimal): -16176321 or 4139785. OLE color: 4139785.
HSL color Cylindrical-coordinate representation of color #092B3F: hue angle of 202.22º 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 #092B3F is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 43 | 63 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.75 |
| HSL | 202.22º | 0.75% | 0.14% | - |
| HSV(B) | 202.22º | 0.86% | 0.25% | - |
| XYZ | 1.87 | 2.14 | 5.02 | - |
| YUV | 35.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 63 | 0.86 | 0.32 | 0 | 0.75 | 202.22 | 0.75 | 0.14 |
| Hex | 9 | 2B | 3F | 56 | 20 | 0 | 4B | CA | 4B | E |
| Octal | 11 | 53 | 77 | 126 | 40 | 0 | 113 | 312 | 113 | 16 |
| Binary | 1001 | 101011 | 111111 | 1010110 | 100000 | 0 | 1001011 | 11001010 | 1001011 | 1110 |
Color Harmonies of #092B3F
Complementary color
Monochromatic Colors of #092B3F
Black with #092B3F
Text Example
Text Example
White with #092B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B3F; }
p { color: rgb(9,43,63); }
H1.HeaderClassName
{
color: #092B3F;
}
.AnyTagClassName
{
color: #092B3F;
}
</style>
background-color css
<style>
a { background-color: #092B3F; }
a { background-color: rgb(9,43,63); }
div.DivClassName
{
background-color: #092B3F;
}
.BgClassName
{
background-color: #092B3F;
}
</style>
border-color css
<style>
span { border-color: #092B3F; }
span { border-color: rgb(9,43,63); }
td.TdClassName
{
border-color: #092B3F;
}
.TagClassName
{
border-color: #092B3F;
}
</style>