Shades of Tolopea #09003C
Tints of Tolopea #09003C
RGB
CMYK
RGB Variations
Color information
#09003C (or 0x09003C) is known color: Tolopea. HEX triplet: 09, 00 and 3C. RGB value is (9,0,60). Sum of RGB (Red+Green+Blue) = 9+0+60=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #09003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09003C is #F6FFC3. Grayscale: #090909. Windows color (decimal): -16187332 or 3932169. OLE color: 3932169.
HSL color Cylindrical-coordinate representation of color #09003C: hue angle of 249º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09003C is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 0 | 60 | - |
| CMYK | 0.85 | 1 | 0 | 0.76 |
| HSL | 249º | 1% | 0.12% | - |
| HSV(B) | 249º | 1% | 0.24% | - |
| XYZ | 0.93 | 0.38 | 4.3 | - |
| YUV | 9.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 60 | 0.85 | 1 | 0 | 0.76 | 249 | 1 | 0.12 |
| Hex | 9 | 0 | 3C | 55 | 64 | 0 | 4C | F9 | 64 | C |
| Octal | 11 | 0 | 74 | 125 | 144 | 0 | 114 | 371 | 144 | 14 |
| Binary | 1001 | 0 | 111100 | 1010101 | 1100100 | 0 | 1001100 | 11111001 | 1100100 | 1100 |
Color Harmonies of #09003C
Complementary color
Monochromatic Colors of #09003C
Black with #09003C
Text Example
Text Example
White with #09003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09003C; }
p { color: rgb(9,0,60); }
H1.HeaderClassName
{
color: #09003C;
}
.AnyTagClassName
{
color: #09003C;
}
</style>
background-color css
<style>
a { background-color: #09003C; }
a { background-color: rgb(9,0,60); }
div.DivClassName
{
background-color: #09003C;
}
.BgClassName
{
background-color: #09003C;
}
</style>
border-color css
<style>
span { border-color: #09003C; }
span { border-color: rgb(9,0,60); }
td.TdClassName
{
border-color: #09003C;
}
.TagClassName
{
border-color: #09003C;
}
</style>