Shades of Tangaroa #092C3E
Tints of Tangaroa #092C3E
RGB
CMYK
RGB Variations
Color information
#092C3E (or 0x092C3E) is known color: Tangaroa. HEX triplet: 09, 2C and 3E. RGB value is (9,44,62). Sum of RGB (Red+Green+Blue) = 9+44+62=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #092C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C3E is #F6D3C1. Grayscale: #232323. Windows color (decimal): -16176066 or 4074505. OLE color: 4074505.
HSL color Cylindrical-coordinate representation of color #092C3E: hue angle of 200.38º degrees, saturation: 0.75, 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 #092C3E is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 44 | 62 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.76 |
| HSL | 200.38º | 0.75% | 0.14% | - |
| HSV(B) | 200.38º | 0.85% | 0.24% | - |
| XYZ | 1.88 | 2.21 | 4.88 | - |
| YUV | 35.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 62 | 0.85 | 0.29 | 0 | 0.76 | 200.38 | 0.75 | 0.14 |
| Hex | 9 | 2C | 3E | 55 | 1D | 0 | 4C | C8 | 4B | E |
| Octal | 11 | 54 | 76 | 125 | 35 | 0 | 114 | 310 | 113 | 16 |
| Binary | 1001 | 101100 | 111110 | 1010101 | 11101 | 0 | 1001100 | 11001000 | 1001011 | 1110 |
Color Harmonies of #092C3E
Complementary color
Monochromatic Colors of #092C3E
Black with #092C3E
Text Example
Text Example
White with #092C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C3E; }
p { color: rgb(9,44,62); }
H1.HeaderClassName
{
color: #092C3E;
}
.AnyTagClassName
{
color: #092C3E;
}
</style>
background-color css
<style>
a { background-color: #092C3E; }
a { background-color: rgb(9,44,62); }
div.DivClassName
{
background-color: #092C3E;
}
.BgClassName
{
background-color: #092C3E;
}
</style>
border-color css
<style>
span { border-color: #092C3E; }
span { border-color: rgb(9,44,62); }
td.TdClassName
{
border-color: #092C3E;
}
.TagClassName
{
border-color: #092C3E;
}
</style>