Shades of Medium Blue #0B05C6
Tints of Medium Blue #0B05C6
RGB
CMYK
RGB Variations
Color information
#0B05C6 (or 0x0B05C6) is known color: Medium Blue. HEX triplet: 0B, 05 and C6. RGB value is (11,5,198). Sum of RGB (Red+Green+Blue) = 11+5+198=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 198 (77.73% from 255 or 92.52% from 214); Max value from RGB is 198 - color contains mainly: blue. Hex color #0B05C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05C6 is #F4FA39. Grayscale: #1C1C1C. Windows color (decimal): -16054842 or 12977419. OLE color: 12977419.
HSL color Cylindrical-coordinate representation of color #0B05C6: hue angle of 241.87º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05C6 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 5 | 198 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.22 |
| HSL | 241.87º | 0.95% | 0.4% | - |
| HSV(B) | 241.87º | 0.97% | 0.78% | - |
| XYZ | 10.39 | 4.26 | 53.7 | - |
| YUV | 28.8 | 223.49 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 198 | 0.94 | 0.97 | 0 | 0.22 | 241.87 | 0.95 | 0.4 |
| Hex | B | 5 | C6 | 5E | 61 | 0 | 16 | F2 | 5F | 28 |
| Octal | 13 | 5 | 306 | 136 | 141 | 0 | 26 | 362 | 137 | 50 |
| Binary | 1011 | 101 | 11000110 | 1011110 | 1100001 | 0 | 10110 | 11110010 | 1011111 | 101000 |
Color Harmonies of #0B05C6
Complementary color
Monochromatic Colors of #0B05C6
Black with #0B05C6
Text Example
Text Example
White with #0B05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05C6; }
p { color: rgb(11,5,198); }
H1.HeaderClassName
{
color: #0B05C6;
}
.AnyTagClassName
{
color: #0B05C6;
}
</style>
background-color css
<style>
a { background-color: #0B05C6; }
a { background-color: rgb(11,5,198); }
div.DivClassName
{
background-color: #0B05C6;
}
.BgClassName
{
background-color: #0B05C6;
}
</style>
border-color css
<style>
span { border-color: #0B05C6; }
span { border-color: rgb(11,5,198); }
td.TdClassName
{
border-color: #0B05C6;
}
.TagClassName
{
border-color: #0B05C6;
}
</style>