Shades of Medium Blue #0B05CF
Tints of Medium Blue #0B05CF
RGB
CMYK
RGB Variations
Color information
#0B05CF (or 0x0B05CF) is known color: Medium Blue. HEX triplet: 0B, 05 and CF. RGB value is (11,5,207). Sum of RGB (Red+Green+Blue) = 11+5+207=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #0B05CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05CF is #F4FA30. Grayscale: #1D1D1D. Windows color (decimal): -16054833 or 13567243. OLE color: 13567243.
HSL color Cylindrical-coordinate representation of color #0B05CF: hue angle of 241.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B05CF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 5 | 207 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.19 |
| HSL | 241.78º | 0.95% | 0.42% | - |
| HSV(B) | 241.78º | 0.98% | 0.81% | - |
| XYZ | 11.45 | 4.68 | 59.33 | - |
| YUV | 29.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 207 | 0.95 | 0.98 | 0 | 0.19 | 241.78 | 0.95 | 0.42 |
| Hex | B | 5 | CF | 5F | 62 | 0 | 13 | F2 | 5F | 2A |
| Octal | 13 | 5 | 317 | 137 | 142 | 0 | 23 | 362 | 137 | 52 |
| Binary | 1011 | 101 | 11001111 | 1011111 | 1100010 | 0 | 10011 | 11110010 | 1011111 | 101010 |
Color Harmonies of #0B05CF
Complementary color
Monochromatic Colors of #0B05CF
Black with #0B05CF
Text Example
Text Example
White with #0B05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05CF; }
p { color: rgb(11,5,207); }
H1.HeaderClassName
{
color: #0B05CF;
}
.AnyTagClassName
{
color: #0B05CF;
}
</style>
background-color css
<style>
a { background-color: #0B05CF; }
a { background-color: rgb(11,5,207); }
div.DivClassName
{
background-color: #0B05CF;
}
.BgClassName
{
background-color: #0B05CF;
}
</style>
border-color css
<style>
span { border-color: #0B05CF; }
span { border-color: rgb(11,5,207); }
td.TdClassName
{
border-color: #0B05CF;
}
.TagClassName
{
border-color: #0B05CF;
}
</style>