Shades of Tangaroa #09253A
Tints of Tangaroa #09253A
RGB
CMYK
RGB Variations
Color information
#09253A (or 0x09253A) is known color: Tangaroa. HEX triplet: 09, 25 and 3A. RGB value is (9,37,58). Sum of RGB (Red+Green+Blue) = 9+37+58=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #09253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253A is #F6DAC5. Grayscale: #1E1E1E. Windows color (decimal): -16177862 or 3810569. OLE color: 3810569.
HSL color Cylindrical-coordinate representation of color #09253A: hue angle of 205.71º 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 #09253A is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 37 | 58 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.77 |
| HSL | 205.71º | 0.73% | 0.13% | - |
| HSV(B) | 205.71º | 0.84% | 0.23% | - |
| XYZ | 1.54 | 1.69 | 4.25 | - |
| YUV | 31.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 58 | 0.84 | 0.36 | 0 | 0.77 | 205.71 | 0.73 | 0.13 |
| Hex | 9 | 25 | 3A | 54 | 24 | 0 | 4D | CE | 49 | D |
| Octal | 11 | 45 | 72 | 124 | 44 | 0 | 115 | 316 | 111 | 15 |
| Binary | 1001 | 100101 | 111010 | 1010100 | 100100 | 0 | 1001101 | 11001110 | 1001001 | 1101 |
Color Harmonies of #09253A
Complementary color
Monochromatic Colors of #09253A
Black with #09253A
Text Example
Text Example
White with #09253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09253A; }
p { color: rgb(9,37,58); }
H1.HeaderClassName
{
color: #09253A;
}
.AnyTagClassName
{
color: #09253A;
}
</style>
background-color css
<style>
a { background-color: #09253A; }
a { background-color: rgb(9,37,58); }
div.DivClassName
{
background-color: #09253A;
}
.BgClassName
{
background-color: #09253A;
}
</style>
border-color css
<style>
span { border-color: #09253A; }
span { border-color: rgb(9,37,58); }
td.TdClassName
{
border-color: #09253A;
}
.TagClassName
{
border-color: #09253A;
}
</style>