Shades of Medium Blue #0B05D0
Tints of Medium Blue #0B05D0
RGB
CMYK
RGB Variations
Color information
#0B05D0 (or 0x0B05D0) is known color: Medium Blue. HEX triplet: 0B, 05 and D0. RGB value is (11,5,208). Sum of RGB (Red+Green+Blue) = 11+5+208=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 208 (81.64% from 255 or 92.86% from 224); Max value from RGB is 208 - color contains mainly: blue. Hex color #0B05D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05D0 is #F4FA2F. Grayscale: #1D1D1D. Windows color (decimal): -16054832 or 13632779. OLE color: 13632779.
HSL color Cylindrical-coordinate representation of color #0B05D0: hue angle of 241.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B05D0 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 5 | 208 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.18 |
| HSL | 241.77º | 0.95% | 0.42% | - |
| HSV(B) | 241.77º | 0.98% | 0.82% | - |
| XYZ | 11.58 | 4.73 | 59.98 | - |
| YUV | 29.94 | 228.49 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 208 | 0.95 | 0.98 | 0 | 0.18 | 241.77 | 0.95 | 0.42 |
| Hex | B | 5 | D0 | 5F | 62 | 0 | 12 | F2 | 5F | 2A |
| Octal | 13 | 5 | 320 | 137 | 142 | 0 | 22 | 362 | 137 | 52 |
| Binary | 1011 | 101 | 11010000 | 1011111 | 1100010 | 0 | 10010 | 11110010 | 1011111 | 101010 |
Color Harmonies of #0B05D0
Complementary color
Monochromatic Colors of #0B05D0
Black with #0B05D0
Text Example
Text Example
White with #0B05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05D0; }
p { color: rgb(11,5,208); }
H1.HeaderClassName
{
color: #0B05D0;
}
.AnyTagClassName
{
color: #0B05D0;
}
</style>
background-color css
<style>
a { background-color: #0B05D0; }
a { background-color: rgb(11,5,208); }
div.DivClassName
{
background-color: #0B05D0;
}
.BgClassName
{
background-color: #0B05D0;
}
</style>
border-color css
<style>
span { border-color: #0B05D0; }
span { border-color: rgb(11,5,208); }
td.TdClassName
{
border-color: #0B05D0;
}
.TagClassName
{
border-color: #0B05D0;
}
</style>