Shades of Tangaroa #09243A
Tints of Tangaroa #09243A
RGB
CMYK
RGB Variations
Color information
#09243A (or 0x09243A) is known color: Tangaroa. HEX triplet: 09, 24 and 3A. RGB value is (9,36,58). Sum of RGB (Red+Green+Blue) = 9+36+58=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #09243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09243A is #F6DBC5. Grayscale: #1E1E1E. Windows color (decimal): -16178118 or 3810313. OLE color: 3810313.
HSL color Cylindrical-coordinate representation of color #09243A: hue angle of 206.94º 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 #09243A is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 36 | 58 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.77 |
| HSL | 206.94º | 0.73% | 0.13% | - |
| HSV(B) | 206.94º | 0.84% | 0.23% | - |
| XYZ | 1.51 | 1.63 | 4.24 | - |
| YUV | 30.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 58 | 0.84 | 0.38 | 0 | 0.77 | 206.94 | 0.73 | 0.13 |
| Hex | 9 | 24 | 3A | 54 | 26 | 0 | 4D | CF | 49 | D |
| Octal | 11 | 44 | 72 | 124 | 46 | 0 | 115 | 317 | 111 | 15 |
| Binary | 1001 | 100100 | 111010 | 1010100 | 100110 | 0 | 1001101 | 11001111 | 1001001 | 1101 |
Color Harmonies of #09243A
Complementary color
Monochromatic Colors of #09243A
Black with #09243A
Text Example
Text Example
White with #09243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09243A; }
p { color: rgb(9,36,58); }
H1.HeaderClassName
{
color: #09243A;
}
.AnyTagClassName
{
color: #09243A;
}
</style>
background-color css
<style>
a { background-color: #09243A; }
a { background-color: rgb(9,36,58); }
div.DivClassName
{
background-color: #09243A;
}
.BgClassName
{
background-color: #09243A;
}
</style>
border-color css
<style>
span { border-color: #09243A; }
span { border-color: rgb(9,36,58); }
td.TdClassName
{
border-color: #09243A;
}
.TagClassName
{
border-color: #09243A;
}
</style>