Shades of Tolopea #09003B
Tints of Tolopea #09003B
RGB
CMYK
RGB Variations
Color information
#09003B (or 0x09003B) is known color: Tolopea. HEX triplet: 09, 00 and 3B. RGB value is (9,0,59). Sum of RGB (Red+Green+Blue) = 9+0+59=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 59 (23.44% from 255 or 86.76% from 68); Max value from RGB is 59 - color contains mainly: blue. Hex color #09003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09003B is #F6FFC4. Grayscale: #090909. Windows color (decimal): -16187333 or 3866633. OLE color: 3866633.
HSL color Cylindrical-coordinate representation of color #09003B: hue angle of 249.15º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09003B is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 0 | 59 | - |
| CMYK | 0.85 | 1 | 0 | 0.77 |
| HSL | 249.15º | 1% | 0.12% | - |
| HSV(B) | 249.15º | 1% | 0.23% | - |
| XYZ | 0.9 | 0.37 | 4.16 | - |
| YUV | 9.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 59 | 0.85 | 1 | 0 | 0.77 | 249.15 | 1 | 0.12 |
| Hex | 9 | 0 | 3B | 55 | 64 | 0 | 4D | F9 | 64 | C |
| Octal | 11 | 0 | 73 | 125 | 144 | 0 | 115 | 371 | 144 | 14 |
| Binary | 1001 | 0 | 111011 | 1010101 | 1100100 | 0 | 1001101 | 11111001 | 1100100 | 1100 |
Color Harmonies of #09003B
Complementary color
Monochromatic Colors of #09003B
Black with #09003B
Text Example
Text Example
White with #09003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09003B; }
p { color: rgb(9,0,59); }
H1.HeaderClassName
{
color: #09003B;
}
.AnyTagClassName
{
color: #09003B;
}
</style>
background-color css
<style>
a { background-color: #09003B; }
a { background-color: rgb(9,0,59); }
div.DivClassName
{
background-color: #09003B;
}
.BgClassName
{
background-color: #09003B;
}
</style>
border-color css
<style>
span { border-color: #09003B; }
span { border-color: rgb(9,0,59); }
td.TdClassName
{
border-color: #09003B;
}
.TagClassName
{
border-color: #09003B;
}
</style>