Shades of Blue #0B05EB
Tints of Blue #0B05EB
RGB
CMYK
RGB Variations
Color information
#0B05EB (or 0x0B05EB) is known color: Blue. HEX triplet: 0B, 05 and EB. RGB value is (11,5,235). Sum of RGB (Red+Green+Blue) = 11+5+235=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 235 (92.19% from 255 or 93.63% from 251); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B05EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B05EB is #F4FA14. Grayscale: #202020. Windows color (decimal): -16054805 or 15402251. OLE color: 15402251.
HSL color Cylindrical-coordinate representation of color #0B05EB: hue angle of 241.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B05EB is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 5 | 235 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.08 |
| HSL | 241.57º | 0.96% | 0.47% | - |
| HSV(B) | 241.57º | 0.98% | 0.92% | - |
| XYZ | 15.19 | 6.18 | 78.99 | - |
| YUV | 33.01 | 241.99 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 235 | 0.95 | 0.98 | 0 | 0.08 | 241.57 | 0.96 | 0.47 |
| Hex | B | 5 | EB | 5F | 62 | 0 | 8 | F2 | 60 | 2F |
| Octal | 13 | 5 | 353 | 137 | 142 | 0 | 10 | 362 | 140 | 57 |
| Binary | 1011 | 101 | 11101011 | 1011111 | 1100010 | 0 | 1000 | 11110010 | 1100000 | 101111 |
Color Harmonies of #0B05EB
Complementary color
Monochromatic Colors of #0B05EB
Black with #0B05EB
Text Example
Text Example
White with #0B05EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05EB; }
p { color: rgb(11,5,235); }
H1.HeaderClassName
{
color: #0B05EB;
}
.AnyTagClassName
{
color: #0B05EB;
}
</style>
background-color css
<style>
a { background-color: #0B05EB; }
a { background-color: rgb(11,5,235); }
div.DivClassName
{
background-color: #0B05EB;
}
.BgClassName
{
background-color: #0B05EB;
}
</style>
border-color css
<style>
span { border-color: #0B05EB; }
span { border-color: rgb(11,5,235); }
td.TdClassName
{
border-color: #0B05EB;
}
.TagClassName
{
border-color: #0B05EB;
}
</style>