Shades of Tolopea #0B0039
Tints of Tolopea #0B0039
RGB
CMYK
RGB Variations
Color information
#0B0039 (or 0x0B0039) is known color: Tolopea. HEX triplet: 0B, 00 and 39. RGB value is (11,0,57). Sum of RGB (Red+Green+Blue) = 11+0+57=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 57 (22.66% from 255 or 83.82% from 68); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B0039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0039 is #F4FFC6. Grayscale: #090909. Windows color (decimal): -16056263 or 3735563. OLE color: 3735563.
HSL color Cylindrical-coordinate representation of color #0B0039: hue angle of 251.58º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0039 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 0 | 57 | - |
| CMYK | 0.81 | 1 | 0 | 0.78 |
| HSL | 251.58º | 1% | 0.11% | - |
| HSV(B) | 251.58º | 1% | 0.22% | - |
| XYZ | 0.88 | 0.37 | 3.9 | - |
| YUV | 9.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 57 | 0.81 | 1 | 0 | 0.78 | 251.58 | 1 | 0.11 |
| Hex | B | 0 | 39 | 51 | 64 | 0 | 4E | FC | 64 | B |
| Octal | 13 | 0 | 71 | 121 | 144 | 0 | 116 | 374 | 144 | 13 |
| Binary | 1011 | 0 | 111001 | 1010001 | 1100100 | 0 | 1001110 | 11111100 | 1100100 | 1011 |
Color Harmonies of #0B0039
Complementary color
Monochromatic Colors of #0B0039
Black with #0B0039
Text Example
Text Example
White with #0B0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0039; }
p { color: rgb(11,0,57); }
H1.HeaderClassName
{
color: #0B0039;
}
.AnyTagClassName
{
color: #0B0039;
}
</style>
background-color css
<style>
a { background-color: #0B0039; }
a { background-color: rgb(11,0,57); }
div.DivClassName
{
background-color: #0B0039;
}
.BgClassName
{
background-color: #0B0039;
}
</style>
border-color css
<style>
span { border-color: #0B0039; }
span { border-color: rgb(11,0,57); }
td.TdClassName
{
border-color: #0B0039;
}
.TagClassName
{
border-color: #0B0039;
}
</style>