Shades of Tangaroa #09283E
Tints of Tangaroa #09283E
RGB
CMYK
RGB Variations
Color information
#09283E (or 0x09283E) is known color: Tangaroa. HEX triplet: 09, 28 and 3E. RGB value is (9,40,62). Sum of RGB (Red+Green+Blue) = 9+40+62=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #09283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09283E is #F6D7C1. Grayscale: #212121. Windows color (decimal): -16177090 or 4073481. OLE color: 4073481.
HSL color Cylindrical-coordinate representation of color #09283E: hue angle of 204.91º 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 #09283E is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 40 | 62 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.76 |
| HSL | 204.91º | 0.75% | 0.14% | - |
| HSV(B) | 204.91º | 0.85% | 0.24% | - |
| XYZ | 1.74 | 1.92 | 4.84 | - |
| YUV | 33.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 62 | 0.85 | 0.35 | 0 | 0.76 | 204.91 | 0.75 | 0.14 |
| Hex | 9 | 28 | 3E | 55 | 23 | 0 | 4C | CD | 4B | E |
| Octal | 11 | 50 | 76 | 125 | 43 | 0 | 114 | 315 | 113 | 16 |
| Binary | 1001 | 101000 | 111110 | 1010101 | 100011 | 0 | 1001100 | 11001101 | 1001011 | 1110 |
Color Harmonies of #09283E
Complementary color
Monochromatic Colors of #09283E
Black with #09283E
Text Example
Text Example
White with #09283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09283E; }
p { color: rgb(9,40,62); }
H1.HeaderClassName
{
color: #09283E;
}
.AnyTagClassName
{
color: #09283E;
}
</style>
background-color css
<style>
a { background-color: #09283E; }
a { background-color: rgb(9,40,62); }
div.DivClassName
{
background-color: #09283E;
}
.BgClassName
{
background-color: #09283E;
}
</style>
border-color css
<style>
span { border-color: #09283E; }
span { border-color: rgb(9,40,62); }
td.TdClassName
{
border-color: #09283E;
}
.TagClassName
{
border-color: #09283E;
}
</style>