Shades of Medium Blue #0B05CC
Tints of Medium Blue #0B05CC
RGB
CMYK
RGB Variations
Color information
#0B05CC (or 0x0B05CC) is known color: Medium Blue. HEX triplet: 0B, 05 and CC. RGB value is (11,5,204). Sum of RGB (Red+Green+Blue) = 11+5+204=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B05CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05CC is #F4FA33. Grayscale: #1C1C1C. Windows color (decimal): -16054836 or 13370635. OLE color: 13370635.
HSL color Cylindrical-coordinate representation of color #0B05CC: hue angle of 241.81º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B05CC is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 5 | 204 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.2 |
| HSL | 241.81º | 0.95% | 0.41% | - |
| HSV(B) | 241.81º | 0.98% | 0.8% | - |
| XYZ | 11.09 | 4.54 | 57.42 | - |
| YUV | 29.48 | 226.49 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 204 | 0.95 | 0.98 | 0 | 0.2 | 241.81 | 0.95 | 0.41 |
| Hex | B | 5 | CC | 5F | 62 | 0 | 14 | F2 | 5F | 29 |
| Octal | 13 | 5 | 314 | 137 | 142 | 0 | 24 | 362 | 137 | 51 |
| Binary | 1011 | 101 | 11001100 | 1011111 | 1100010 | 0 | 10100 | 11110010 | 1011111 | 101001 |
Color Harmonies of #0B05CC
Complementary color
Monochromatic Colors of #0B05CC
Black with #0B05CC
Text Example
Text Example
White with #0B05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05CC; }
p { color: rgb(11,5,204); }
H1.HeaderClassName
{
color: #0B05CC;
}
.AnyTagClassName
{
color: #0B05CC;
}
</style>
background-color css
<style>
a { background-color: #0B05CC; }
a { background-color: rgb(11,5,204); }
div.DivClassName
{
background-color: #0B05CC;
}
.BgClassName
{
background-color: #0B05CC;
}
</style>
border-color css
<style>
span { border-color: #0B05CC; }
span { border-color: rgb(11,5,204); }
td.TdClassName
{
border-color: #0B05CC;
}
.TagClassName
{
border-color: #0B05CC;
}
</style>