Shades of Tangaroa #09294A
Tints of Tangaroa #09294A
RGB
CMYK
RGB Variations
Color information
#09294A (or 0x09294A) is known color: Tangaroa. HEX triplet: 09, 29 and 4A. RGB value is (9,41,74). Sum of RGB (Red+Green+Blue) = 9+41+74=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #09294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09294A is #F6D6B5. Grayscale: #232323. Windows color (decimal): -16176822 or 4860169. OLE color: 4860169.
HSL color Cylindrical-coordinate representation of color #09294A: hue angle of 210.46º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09294A is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 41 | 74 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.71 |
| HSL | 210.46º | 0.78% | 0.16% | - |
| HSV(B) | 210.46º | 0.88% | 0.29% | - |
| XYZ | 2.14 | 2.14 | 6.78 | - |
| YUV | 35.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 74 | 0.88 | 0.45 | 0 | 0.71 | 210.46 | 0.78 | 0.16 |
| Hex | 9 | 29 | 4A | 58 | 2D | 0 | 47 | D2 | 4E | 10 |
| Octal | 11 | 51 | 112 | 130 | 55 | 0 | 107 | 322 | 116 | 20 |
| Binary | 1001 | 101001 | 1001010 | 1011000 | 101101 | 0 | 1000111 | 11010010 | 1001110 | 10000 |
Color Harmonies of #09294A
Complementary color
Monochromatic Colors of #09294A
Black with #09294A
Text Example
Text Example
White with #09294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09294A; }
p { color: rgb(9,41,74); }
H1.HeaderClassName
{
color: #09294A;
}
.AnyTagClassName
{
color: #09294A;
}
</style>
background-color css
<style>
a { background-color: #09294A; }
a { background-color: rgb(9,41,74); }
div.DivClassName
{
background-color: #09294A;
}
.BgClassName
{
background-color: #09294A;
}
</style>
border-color css
<style>
span { border-color: #09294A; }
span { border-color: rgb(9,41,74); }
td.TdClassName
{
border-color: #09294A;
}
.TagClassName
{
border-color: #09294A;
}
</style>