Shades of Tangaroa #09243B
Tints of Tangaroa #09243B
RGB
CMYK
RGB Variations
Color information
#09243B (or 0x09243B) is known color: Tangaroa. HEX triplet: 09, 24 and 3B. RGB value is (9,36,59). Sum of RGB (Red+Green+Blue) = 9+36+59=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #09243B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09243B is #F6DBC4. Grayscale: #1E1E1E. Windows color (decimal): -16178117 or 3875849. OLE color: 3875849.
HSL color Cylindrical-coordinate representation of color #09243B: hue angle of 207.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09243B is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 36 | 59 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.77 |
| HSL | 207.6º | 0.74% | 0.13% | - |
| HSV(B) | 207.6º | 0.85% | 0.23% | - |
| XYZ | 1.53 | 1.64 | 4.37 | - |
| YUV | 30.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 59 | 0.85 | 0.39 | 0 | 0.77 | 207.6 | 0.74 | 0.13 |
| Hex | 9 | 24 | 3B | 55 | 27 | 0 | 4D | D0 | 4A | D |
| Octal | 11 | 44 | 73 | 125 | 47 | 0 | 115 | 320 | 112 | 15 |
| Binary | 1001 | 100100 | 111011 | 1010101 | 100111 | 0 | 1001101 | 11010000 | 1001010 | 1101 |
Color Harmonies of #09243B
Complementary color
Monochromatic Colors of #09243B
Black with #09243B
Text Example
Text Example
White with #09243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09243B; }
p { color: rgb(9,36,59); }
H1.HeaderClassName
{
color: #09243B;
}
.AnyTagClassName
{
color: #09243B;
}
</style>
background-color css
<style>
a { background-color: #09243B; }
a { background-color: rgb(9,36,59); }
div.DivClassName
{
background-color: #09243B;
}
.BgClassName
{
background-color: #09243B;
}
</style>
border-color css
<style>
span { border-color: #09243B; }
span { border-color: rgb(9,36,59); }
td.TdClassName
{
border-color: #09243B;
}
.TagClassName
{
border-color: #09243B;
}
</style>