Shades of Tangaroa #09284A
Tints of Tangaroa #09284A
RGB
CMYK
RGB Variations
Color information
#09284A (or 0x09284A) is known color: Tangaroa. HEX triplet: 09, 28 and 4A. RGB value is (9,40,74). Sum of RGB (Red+Green+Blue) = 9+40+74=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #09284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09284A is #F6D7B5. Grayscale: #222222. Windows color (decimal): -16177078 or 4859913. OLE color: 4859913.
HSL color Cylindrical-coordinate representation of color #09284A: hue angle of 211.38º 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 #09284A is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 40 | 74 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.71 |
| HSL | 211.38º | 0.78% | 0.16% | - |
| HSV(B) | 211.38º | 0.88% | 0.29% | - |
| XYZ | 2.11 | 2.07 | 6.77 | - |
| YUV | 34.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 74 | 0.88 | 0.46 | 0 | 0.71 | 211.38 | 0.78 | 0.16 |
| Hex | 9 | 28 | 4A | 58 | 2E | 0 | 47 | D3 | 4E | 10 |
| Octal | 11 | 50 | 112 | 130 | 56 | 0 | 107 | 323 | 116 | 20 |
| Binary | 1001 | 101000 | 1001010 | 1011000 | 101110 | 0 | 1000111 | 11010011 | 1001110 | 10000 |
Color Harmonies of #09284A
Complementary color
Monochromatic Colors of #09284A
Black with #09284A
Text Example
Text Example
White with #09284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09284A; }
p { color: rgb(9,40,74); }
H1.HeaderClassName
{
color: #09284A;
}
.AnyTagClassName
{
color: #09284A;
}
</style>
background-color css
<style>
a { background-color: #09284A; }
a { background-color: rgb(9,40,74); }
div.DivClassName
{
background-color: #09284A;
}
.BgClassName
{
background-color: #09284A;
}
</style>
border-color css
<style>
span { border-color: #09284A; }
span { border-color: rgb(9,40,74); }
td.TdClassName
{
border-color: #09284A;
}
.TagClassName
{
border-color: #09284A;
}
</style>