Shades of Tangaroa #09283C
Tints of Tangaroa #09283C
RGB
CMYK
RGB Variations
Color information
#09283C (or 0x09283C) is known color: Tangaroa. HEX triplet: 09, 28 and 3C. RGB value is (9,40,60). Sum of RGB (Red+Green+Blue) = 9+40+60=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #09283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09283C is #F6D7C3. Grayscale: #202020. Windows color (decimal): -16177092 or 3942409. OLE color: 3942409.
HSL color Cylindrical-coordinate representation of color #09283C: hue angle of 203.53º 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 #09283C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 40 | 60 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.76 |
| HSL | 203.53º | 0.74% | 0.14% | - |
| HSV(B) | 203.53º | 0.85% | 0.24% | - |
| XYZ | 1.69 | 1.9 | 4.55 | - |
| YUV | 33.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 60 | 0.85 | 0.33 | 0 | 0.76 | 203.53 | 0.74 | 0.14 |
| Hex | 9 | 28 | 3C | 55 | 21 | 0 | 4C | CC | 4A | E |
| Octal | 11 | 50 | 74 | 125 | 41 | 0 | 114 | 314 | 112 | 16 |
| Binary | 1001 | 101000 | 111100 | 1010101 | 100001 | 0 | 1001100 | 11001100 | 1001010 | 1110 |
Color Harmonies of #09283C
Complementary color
Monochromatic Colors of #09283C
Black with #09283C
Text Example
Text Example
White with #09283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09283C; }
p { color: rgb(9,40,60); }
H1.HeaderClassName
{
color: #09283C;
}
.AnyTagClassName
{
color: #09283C;
}
</style>
background-color css
<style>
a { background-color: #09283C; }
a { background-color: rgb(9,40,60); }
div.DivClassName
{
background-color: #09283C;
}
.BgClassName
{
background-color: #09283C;
}
</style>
border-color css
<style>
span { border-color: #09283C; }
span { border-color: rgb(9,40,60); }
td.TdClassName
{
border-color: #09283C;
}
.TagClassName
{
border-color: #09283C;
}
</style>