Shades of Tangaroa #09273A
Tints of Tangaroa #09273A
RGB
CMYK
RGB Variations
Color information
#09273A (or 0x09273A) is known color: Tangaroa. HEX triplet: 09, 27 and 3A. RGB value is (9,39,58). Sum of RGB (Red+Green+Blue) = 9+39+58=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #09273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273A is #F6D8C5. Grayscale: #202020. Windows color (decimal): -16177350 or 3811081. OLE color: 3811081.
HSL color Cylindrical-coordinate representation of color #09273A: hue angle of 203.27º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09273A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 39 | 58 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.77 |
| HSL | 203.27º | 0.73% | 0.13% | - |
| HSV(B) | 203.27º | 0.84% | 0.23% | - |
| XYZ | 1.6 | 1.81 | 4.27 | - |
| YUV | 32.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 58 | 0.84 | 0.33 | 0 | 0.77 | 203.27 | 0.73 | 0.13 |
| Hex | 9 | 27 | 3A | 54 | 21 | 0 | 4D | CB | 49 | D |
| Octal | 11 | 47 | 72 | 124 | 41 | 0 | 115 | 313 | 111 | 15 |
| Binary | 1001 | 100111 | 111010 | 1010100 | 100001 | 0 | 1001101 | 11001011 | 1001001 | 1101 |
Color Harmonies of #09273A
Complementary color
Monochromatic Colors of #09273A
Black with #09273A
Text Example
Text Example
White with #09273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09273A; }
p { color: rgb(9,39,58); }
H1.HeaderClassName
{
color: #09273A;
}
.AnyTagClassName
{
color: #09273A;
}
</style>
background-color css
<style>
a { background-color: #09273A; }
a { background-color: rgb(9,39,58); }
div.DivClassName
{
background-color: #09273A;
}
.BgClassName
{
background-color: #09273A;
}
</style>
border-color css
<style>
span { border-color: #09273A; }
span { border-color: rgb(9,39,58); }
td.TdClassName
{
border-color: #09273A;
}
.TagClassName
{
border-color: #09273A;
}
</style>