Shades of Tangaroa #09223D
Tints of Tangaroa #09223D
RGB
CMYK
RGB Variations
Color information
#09223D (or 0x09223D) is known color: Tangaroa. HEX triplet: 09, 22 and 3D. RGB value is (9,34,61). Sum of RGB (Red+Green+Blue) = 9+34+61=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #09223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09223D is #F6DDC2. Grayscale: #1D1D1D. Windows color (decimal): -16178627 or 4006409. OLE color: 4006409.
HSL color Cylindrical-coordinate representation of color #09223D: hue angle of 211.15º 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 #09223D is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 34 | 61 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.76 |
| HSL | 211.15º | 0.74% | 0.14% | - |
| HSV(B) | 211.15º | 0.85% | 0.24% | - |
| XYZ | 1.53 | 1.54 | 4.63 | - |
| YUV | 29.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 61 | 0.85 | 0.44 | 0 | 0.76 | 211.15 | 0.74 | 0.14 |
| Hex | 9 | 22 | 3D | 55 | 2C | 0 | 4C | D3 | 4A | E |
| Octal | 11 | 42 | 75 | 125 | 54 | 0 | 114 | 323 | 112 | 16 |
| Binary | 1001 | 100010 | 111101 | 1010101 | 101100 | 0 | 1001100 | 11010011 | 1001010 | 1110 |
Color Harmonies of #09223D
Complementary color
Monochromatic Colors of #09223D
Black with #09223D
Text Example
Text Example
White with #09223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09223D; }
p { color: rgb(9,34,61); }
H1.HeaderClassName
{
color: #09223D;
}
.AnyTagClassName
{
color: #09223D;
}
</style>
background-color css
<style>
a { background-color: #09223D; }
a { background-color: rgb(9,34,61); }
div.DivClassName
{
background-color: #09223D;
}
.BgClassName
{
background-color: #09223D;
}
</style>
border-color css
<style>
span { border-color: #09223D; }
span { border-color: rgb(9,34,61); }
td.TdClassName
{
border-color: #09223D;
}
.TagClassName
{
border-color: #09223D;
}
</style>