Shades of Blue #0B0CEC
Tints of Blue #0B0CEC
RGB
CMYK
RGB Variations
Color information
#0B0CEC (or 0x0B0CEC) is known color: Blue. HEX triplet: 0B, 0C and EC. RGB value is (11,12,236). Sum of RGB (Red+Green+Blue) = 11+12+236=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 236 (92.58% from 255 or 91.12% from 259); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B0CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0CEC is #F4F313. Grayscale: #242424. Windows color (decimal): -16053012 or 15469579. OLE color: 15469579.
HSL color Cylindrical-coordinate representation of color #0B0CEC: hue angle of 239.73º 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 #0B0CEC is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 12 | 236 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.07 |
| HSL | 239.73º | 0.91% | 0.48% | - |
| HSV(B) | 239.73º | 0.95% | 0.93% | - |
| XYZ | 15.41 | 6.39 | 79.78 | - |
| YUV | 37.24 | 240.17 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 236 | 0.95 | 0.95 | 0 | 0.07 | 239.73 | 0.91 | 0.48 |
| Hex | B | C | EC | 5F | 5F | 0 | 7 | F0 | 5B | 30 |
| Octal | 13 | 14 | 354 | 137 | 137 | 0 | 7 | 360 | 133 | 60 |
| Binary | 1011 | 1100 | 11101100 | 1011111 | 1011111 | 0 | 111 | 11110000 | 1011011 | 110000 |
Color Harmonies of #0B0CEC
Complementary color
Monochromatic Colors of #0B0CEC
Black with #0B0CEC
Text Example
Text Example
White with #0B0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0CEC; }
p { color: rgb(11,12,236); }
H1.HeaderClassName
{
color: #0B0CEC;
}
.AnyTagClassName
{
color: #0B0CEC;
}
</style>
background-color css
<style>
a { background-color: #0B0CEC; }
a { background-color: rgb(11,12,236); }
div.DivClassName
{
background-color: #0B0CEC;
}
.BgClassName
{
background-color: #0B0CEC;
}
</style>
border-color css
<style>
span { border-color: #0B0CEC; }
span { border-color: rgb(11,12,236); }
td.TdClassName
{
border-color: #0B0CEC;
}
.TagClassName
{
border-color: #0B0CEC;
}
</style>