Shades of Tangaroa #09284C
Tints of Tangaroa #09284C
RGB
CMYK
RGB Variations
Color information
#09284C (or 0x09284C) is known color: Tangaroa. HEX triplet: 09, 28 and 4C. RGB value is (9,40,76). Sum of RGB (Red+Green+Blue) = 9+40+76=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #09284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09284C is #F6D7B3. Grayscale: #222222. Windows color (decimal): -16177076 or 4990985. OLE color: 4990985.
HSL color Cylindrical-coordinate representation of color #09284C: hue angle of 212.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284C is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 40 | 76 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.70 |
| HSL | 212.24º | 0.79% | 0.17% | - |
| HSV(B) | 212.24º | 0.88% | 0.3% | - |
| XYZ | 2.18 | 2.1 | 7.13 | - |
| YUV | 34.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 76 | 0.88 | 0.47 | 0 | 0.70 | 212.24 | 0.79 | 0.17 |
| Hex | 9 | 28 | 4C | 58 | 2F | 0 | 46 | D4 | 4F | 11 |
| Octal | 11 | 50 | 114 | 130 | 57 | 0 | 106 | 324 | 117 | 21 |
| Binary | 1001 | 101000 | 1001100 | 1011000 | 101111 | 0 | 1000110 | 11010100 | 1001111 | 10001 |
Color Harmonies of #09284C
Complementary color
Monochromatic Colors of #09284C
Black with #09284C
Text Example
Text Example
White with #09284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09284C; }
p { color: rgb(9,40,76); }
H1.HeaderClassName
{
color: #09284C;
}
.AnyTagClassName
{
color: #09284C;
}
</style>
background-color css
<style>
a { background-color: #09284C; }
a { background-color: rgb(9,40,76); }
div.DivClassName
{
background-color: #09284C;
}
.BgClassName
{
background-color: #09284C;
}
</style>
border-color css
<style>
span { border-color: #09284C; }
span { border-color: rgb(9,40,76); }
td.TdClassName
{
border-color: #09284C;
}
.TagClassName
{
border-color: #09284C;
}
</style>