Shades of Tolopea #0B023D
Tints of Tolopea #0B023D
RGB
CMYK
RGB Variations
Color information
#0B023D (or 0x0B023D) is known color: Tolopea. HEX triplet: 0B, 02 and 3D. RGB value is (11,2,61). Sum of RGB (Red+Green+Blue) = 11+2+61=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 61 (24.22% from 255 or 82.43% from 74); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B023D is #F4FDC2. Grayscale: #0B0B0B. Windows color (decimal): -16055747 or 3998219. OLE color: 3998219.
HSL color Cylindrical-coordinate representation of color #0B023D: hue angle of 249.15º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B023D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 2 | 61 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.76 |
| HSL | 249.15º | 0.94% | 0.12% | - |
| HSV(B) | 249.15º | 0.97% | 0.24% | - |
| XYZ | 1 | 0.45 | 4.45 | - |
| YUV | 11.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 61 | 0.82 | 0.97 | 0 | 0.76 | 249.15 | 0.94 | 0.12 |
| Hex | B | 2 | 3D | 52 | 61 | 0 | 4C | F9 | 5E | C |
| Octal | 13 | 2 | 75 | 122 | 141 | 0 | 114 | 371 | 136 | 14 |
| Binary | 1011 | 10 | 111101 | 1010010 | 1100001 | 0 | 1001100 | 11111001 | 1011110 | 1100 |
Color Harmonies of #0B023D
Complementary color
Monochromatic Colors of #0B023D
Black with #0B023D
Text Example
Text Example
White with #0B023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B023D; }
p { color: rgb(11,2,61); }
H1.HeaderClassName
{
color: #0B023D;
}
.AnyTagClassName
{
color: #0B023D;
}
</style>
background-color css
<style>
a { background-color: #0B023D; }
a { background-color: rgb(11,2,61); }
div.DivClassName
{
background-color: #0B023D;
}
.BgClassName
{
background-color: #0B023D;
}
</style>
border-color css
<style>
span { border-color: #0B023D; }
span { border-color: rgb(11,2,61); }
td.TdClassName
{
border-color: #0B023D;
}
.TagClassName
{
border-color: #0B023D;
}
</style>