Shades of Tangaroa #09283D
Tints of Tangaroa #09283D
RGB
CMYK
RGB Variations
Color information
#09283D (or 0x09283D) is known color: Tangaroa. HEX triplet: 09, 28 and 3D. RGB value is (9,40,61). Sum of RGB (Red+Green+Blue) = 9+40+61=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #09283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09283D is #F6D7C2. Grayscale: #212121. Windows color (decimal): -16177091 or 4007945. OLE color: 4007945.
HSL color Cylindrical-coordinate representation of color #09283D: hue angle of 204.23º 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 #09283D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 40 | 61 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.76 |
| HSL | 204.23º | 0.74% | 0.14% | - |
| HSV(B) | 204.23º | 0.85% | 0.24% | - |
| XYZ | 1.71 | 1.91 | 4.69 | - |
| YUV | 33.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 61 | 0.85 | 0.34 | 0 | 0.76 | 204.23 | 0.74 | 0.14 |
| Hex | 9 | 28 | 3D | 55 | 22 | 0 | 4C | CC | 4A | E |
| Octal | 11 | 50 | 75 | 125 | 42 | 0 | 114 | 314 | 112 | 16 |
| Binary | 1001 | 101000 | 111101 | 1010101 | 100010 | 0 | 1001100 | 11001100 | 1001010 | 1110 |
Color Harmonies of #09283D
Complementary color
Monochromatic Colors of #09283D
Black with #09283D
Text Example
Text Example
White with #09283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09283D; }
p { color: rgb(9,40,61); }
H1.HeaderClassName
{
color: #09283D;
}
.AnyTagClassName
{
color: #09283D;
}
</style>
background-color css
<style>
a { background-color: #09283D; }
a { background-color: rgb(9,40,61); }
div.DivClassName
{
background-color: #09283D;
}
.BgClassName
{
background-color: #09283D;
}
</style>
border-color css
<style>
span { border-color: #09283D; }
span { border-color: rgb(9,40,61); }
td.TdClassName
{
border-color: #09283D;
}
.TagClassName
{
border-color: #09283D;
}
</style>