Shades of Tolopea #0B013F
Tints of Tolopea #0B013F
RGB
CMYK
RGB Variations
Color information
#0B013F (or 0x0B013F) is known color: Tolopea. HEX triplet: 0B, 01 and 3F. RGB value is (11,1,63). Sum of RGB (Red+Green+Blue) = 11+1+63=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 63 (25% from 255 or 84% from 75); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B013F is #F4FEC0. Grayscale: #0A0A0A. Windows color (decimal): -16056001 or 4129035. OLE color: 4129035.
HSL color Cylindrical-coordinate representation of color #0B013F: hue angle of 249.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B013F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 1 | 63 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.75 |
| HSL | 249.68º | 0.97% | 0.13% | - |
| HSV(B) | 249.68º | 0.98% | 0.25% | - |
| XYZ | 1.05 | 0.45 | 4.73 | - |
| YUV | 11.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 63 | 0.83 | 0.98 | 0 | 0.75 | 249.68 | 0.97 | 0.13 |
| Hex | B | 1 | 3F | 53 | 62 | 0 | 4B | FA | 61 | D |
| Octal | 13 | 1 | 77 | 123 | 142 | 0 | 113 | 372 | 141 | 15 |
| Binary | 1011 | 1 | 111111 | 1010011 | 1100010 | 0 | 1001011 | 11111010 | 1100001 | 1101 |
Color Harmonies of #0B013F
Complementary color
Monochromatic Colors of #0B013F
Black with #0B013F
Text Example
Text Example
White with #0B013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B013F; }
p { color: rgb(11,1,63); }
H1.HeaderClassName
{
color: #0B013F;
}
.AnyTagClassName
{
color: #0B013F;
}
</style>
background-color css
<style>
a { background-color: #0B013F; }
a { background-color: rgb(11,1,63); }
div.DivClassName
{
background-color: #0B013F;
}
.BgClassName
{
background-color: #0B013F;
}
</style>
border-color css
<style>
span { border-color: #0B013F; }
span { border-color: rgb(11,1,63); }
td.TdClassName
{
border-color: #0B013F;
}
.TagClassName
{
border-color: #0B013F;
}
</style>