Shades of Blue #0B20EC
Tints of Blue #0B20EC
RGB
CMYK
RGB Variations
Color information
#0B20EC (or 0x0B20EC) is known color: Blue. HEX triplet: 0B, 20 and EC. RGB value is (11,32,236). Sum of RGB (Red+Green+Blue) = 11+32+236=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B20EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B20EC is #F4DF13. Grayscale: #303030. Windows color (decimal): -16047892 or 15474699. OLE color: 15474699.
HSL color Cylindrical-coordinate representation of color #0B20EC: hue angle of 234.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B20EC is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 32 | 236 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.07 |
| HSL | 234.4º | 0.91% | 0.48% | - |
| HSV(B) | 234.4º | 0.95% | 0.93% | - |
| XYZ | 15.79 | 7.16 | 79.91 | - |
| YUV | 48.98 | 233.54 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 236 | 0.95 | 0.86 | 0 | 0.07 | 234.4 | 0.91 | 0.48 |
| Hex | B | 20 | EC | 5F | 56 | 0 | 7 | EA | 5B | 30 |
| Octal | 13 | 40 | 354 | 137 | 126 | 0 | 7 | 352 | 133 | 60 |
| Binary | 1011 | 100000 | 11101100 | 1011111 | 1010110 | 0 | 111 | 11101010 | 1011011 | 110000 |
Color Harmonies of #0B20EC
Complementary color
Monochromatic Colors of #0B20EC
Black with #0B20EC
Text Example
Text Example
White with #0B20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B20EC; }
p { color: rgb(11,32,236); }
H1.HeaderClassName
{
color: #0B20EC;
}
.AnyTagClassName
{
color: #0B20EC;
}
</style>
background-color css
<style>
a { background-color: #0B20EC; }
a { background-color: rgb(11,32,236); }
div.DivClassName
{
background-color: #0B20EC;
}
.BgClassName
{
background-color: #0B20EC;
}
</style>
border-color css
<style>
span { border-color: #0B20EC; }
span { border-color: rgb(11,32,236); }
td.TdClassName
{
border-color: #0B20EC;
}
.TagClassName
{
border-color: #0B20EC;
}
</style>