Shades of Tangaroa #09253C
Tints of Tangaroa #09253C
RGB
CMYK
RGB Variations
Color information
#09253C (or 0x09253C) is known color: Tangaroa. HEX triplet: 09, 25 and 3C. RGB value is (9,37,60). Sum of RGB (Red+Green+Blue) = 9+37+60=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #09253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253C is #F6DAC3. Grayscale: #1F1F1F. Windows color (decimal): -16177860 or 3941641. OLE color: 3941641.
HSL color Cylindrical-coordinate representation of color #09253C: hue angle of 207.06º 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 #09253C is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 37 | 60 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.76 |
| HSL | 207.06º | 0.74% | 0.14% | - |
| HSV(B) | 207.06º | 0.85% | 0.24% | - |
| XYZ | 1.59 | 1.71 | 4.52 | - |
| YUV | 31.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 60 | 0.85 | 0.38 | 0 | 0.76 | 207.06 | 0.74 | 0.14 |
| Hex | 9 | 25 | 3C | 55 | 26 | 0 | 4C | CF | 4A | E |
| Octal | 11 | 45 | 74 | 125 | 46 | 0 | 114 | 317 | 112 | 16 |
| Binary | 1001 | 100101 | 111100 | 1010101 | 100110 | 0 | 1001100 | 11001111 | 1001010 | 1110 |
Color Harmonies of #09253C
Complementary color
Monochromatic Colors of #09253C
Black with #09253C
Text Example
Text Example
White with #09253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09253C; }
p { color: rgb(9,37,60); }
H1.HeaderClassName
{
color: #09253C;
}
.AnyTagClassName
{
color: #09253C;
}
</style>
background-color css
<style>
a { background-color: #09253C; }
a { background-color: rgb(9,37,60); }
div.DivClassName
{
background-color: #09253C;
}
.BgClassName
{
background-color: #09253C;
}
</style>
border-color css
<style>
span { border-color: #09253C; }
span { border-color: rgb(9,37,60); }
td.TdClassName
{
border-color: #09253C;
}
.TagClassName
{
border-color: #09253C;
}
</style>