Shades of Tolopea #0B012F
Tints of Tolopea #0B012F
RGB
CMYK
RGB Variations
Color information
#0B012F (or 0x0B012F) is known color: Tolopea. HEX triplet: 0B, 01 and 2F. RGB value is (11,1,47). Sum of RGB (Red+Green+Blue) = 11+1+47=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B012F is #F4FED0. Grayscale: #090909. Windows color (decimal): -16056017 or 3080459. OLE color: 3080459.
HSL color Cylindrical-coordinate representation of color #0B012F: hue angle of 253.04º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B012F is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 1 | 47 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.82 |
| HSL | 253.04º | 0.96% | 0.09% | - |
| HSV(B) | 253.04º | 0.98% | 0.18% | - |
| XYZ | 0.66 | 0.3 | 2.71 | - |
| YUV | 9.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 47 | 0.77 | 0.98 | 0 | 0.82 | 253.04 | 0.96 | 0.09 |
| Hex | B | 1 | 2F | 4D | 62 | 0 | 52 | FD | 60 | 9 |
| Octal | 13 | 1 | 57 | 115 | 142 | 0 | 122 | 375 | 140 | 11 |
| Binary | 1011 | 1 | 101111 | 1001101 | 1100010 | 0 | 1010010 | 11111101 | 1100000 | 1001 |
Color Harmonies of #0B012F
Complementary color
Monochromatic Colors of #0B012F
Black with #0B012F
Text Example
Text Example
White with #0B012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B012F; }
p { color: rgb(11,1,47); }
H1.HeaderClassName
{
color: #0B012F;
}
.AnyTagClassName
{
color: #0B012F;
}
</style>
background-color css
<style>
a { background-color: #0B012F; }
a { background-color: rgb(11,1,47); }
div.DivClassName
{
background-color: #0B012F;
}
.BgClassName
{
background-color: #0B012F;
}
</style>
border-color css
<style>
span { border-color: #0B012F; }
span { border-color: rgb(11,1,47); }
td.TdClassName
{
border-color: #0B012F;
}
.TagClassName
{
border-color: #0B012F;
}
</style>