Shades of Tangaroa #09233C
Tints of Tangaroa #09233C
RGB
CMYK
RGB Variations
Color information
#09233C (or 0x09233C) is known color: Tangaroa. HEX triplet: 09, 23 and 3C. RGB value is (9,35,60). Sum of RGB (Red+Green+Blue) = 9+35+60=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #09233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09233C is #F6DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16178372 or 3941129. OLE color: 3941129.
HSL color Cylindrical-coordinate representation of color #09233C: hue angle of 209.41º 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 #09233C is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 35 | 60 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.76 |
| HSL | 209.41º | 0.74% | 0.14% | - |
| HSV(B) | 209.41º | 0.85% | 0.24% | - |
| XYZ | 1.53 | 1.59 | 4.5 | - |
| YUV | 30.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 60 | 0.85 | 0.42 | 0 | 0.76 | 209.41 | 0.74 | 0.14 |
| Hex | 9 | 23 | 3C | 55 | 2A | 0 | 4C | D1 | 4A | E |
| Octal | 11 | 43 | 74 | 125 | 52 | 0 | 114 | 321 | 112 | 16 |
| Binary | 1001 | 100011 | 111100 | 1010101 | 101010 | 0 | 1001100 | 11010001 | 1001010 | 1110 |
Color Harmonies of #09233C
Complementary color
Monochromatic Colors of #09233C
Black with #09233C
Text Example
Text Example
White with #09233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09233C; }
p { color: rgb(9,35,60); }
H1.HeaderClassName
{
color: #09233C;
}
.AnyTagClassName
{
color: #09233C;
}
</style>
background-color css
<style>
a { background-color: #09233C; }
a { background-color: rgb(9,35,60); }
div.DivClassName
{
background-color: #09233C;
}
.BgClassName
{
background-color: #09233C;
}
</style>
border-color css
<style>
span { border-color: #09233C; }
span { border-color: rgb(9,35,60); }
td.TdClassName
{
border-color: #09233C;
}
.TagClassName
{
border-color: #09233C;
}
</style>