Shades of Tangaroa #09293C
Tints of Tangaroa #09293C
RGB
CMYK
RGB Variations
Color information
#09293C (or 0x09293C) is known color: Tangaroa. HEX triplet: 09, 29 and 3C. RGB value is (9,41,60). Sum of RGB (Red+Green+Blue) = 9+41+60=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #09293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09293C is #F6D6C3. Grayscale: #212121. Windows color (decimal): -16176836 or 3942665. OLE color: 3942665.
HSL color Cylindrical-coordinate representation of color #09293C: hue angle of 202.35º 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 #09293C is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 41 | 60 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.76 |
| HSL | 202.35º | 0.74% | 0.14% | - |
| HSV(B) | 202.35º | 0.85% | 0.24% | - |
| XYZ | 1.72 | 1.97 | 4.56 | - |
| YUV | 33.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 60 | 0.85 | 0.32 | 0 | 0.76 | 202.35 | 0.74 | 0.14 |
| Hex | 9 | 29 | 3C | 55 | 20 | 0 | 4C | CA | 4A | E |
| Octal | 11 | 51 | 74 | 125 | 40 | 0 | 114 | 312 | 112 | 16 |
| Binary | 1001 | 101001 | 111100 | 1010101 | 100000 | 0 | 1001100 | 11001010 | 1001010 | 1110 |
Color Harmonies of #09293C
Complementary color
Monochromatic Colors of #09293C
Black with #09293C
Text Example
Text Example
White with #09293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09293C; }
p { color: rgb(9,41,60); }
H1.HeaderClassName
{
color: #09293C;
}
.AnyTagClassName
{
color: #09293C;
}
</style>
background-color css
<style>
a { background-color: #09293C; }
a { background-color: rgb(9,41,60); }
div.DivClassName
{
background-color: #09293C;
}
.BgClassName
{
background-color: #09293C;
}
</style>
border-color css
<style>
span { border-color: #09293C; }
span { border-color: rgb(9,41,60); }
td.TdClassName
{
border-color: #09293C;
}
.TagClassName
{
border-color: #09293C;
}
</style>