Shades of Medium Blue #0B05DE
Tints of Medium Blue #0B05DE
RGB
CMYK
RGB Variations
Color information
#0B05DE (or 0x0B05DE) is known color: Medium Blue. HEX triplet: 0B, 05 and DE. RGB value is (11,5,222). Sum of RGB (Red+Green+Blue) = 11+5+222=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B05DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05DE is #F4FA21. Grayscale: #1E1E1E. Windows color (decimal): -16054818 or 14550283. OLE color: 14550283.
HSL color Cylindrical-coordinate representation of color #0B05DE: hue angle of 241.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B05DE is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 5 | 222 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.13 |
| HSL | 241.66º | 0.96% | 0.45% | - |
| HSV(B) | 241.66º | 0.98% | 0.87% | - |
| XYZ | 13.38 | 5.45 | 69.45 | - |
| YUV | 31.53 | 235.49 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 222 | 0.95 | 0.98 | 0 | 0.13 | 241.66 | 0.96 | 0.45 |
| Hex | B | 5 | DE | 5F | 62 | 0 | D | F2 | 60 | 2D |
| Octal | 13 | 5 | 336 | 137 | 142 | 0 | 15 | 362 | 140 | 55 |
| Binary | 1011 | 101 | 11011110 | 1011111 | 1100010 | 0 | 1101 | 11110010 | 1100000 | 101101 |
Color Harmonies of #0B05DE
Complementary color
Monochromatic Colors of #0B05DE
Black with #0B05DE
Text Example
Text Example
White with #0B05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05DE; }
p { color: rgb(11,5,222); }
H1.HeaderClassName
{
color: #0B05DE;
}
.AnyTagClassName
{
color: #0B05DE;
}
</style>
background-color css
<style>
a { background-color: #0B05DE; }
a { background-color: rgb(11,5,222); }
div.DivClassName
{
background-color: #0B05DE;
}
.BgClassName
{
background-color: #0B05DE;
}
</style>
border-color css
<style>
span { border-color: #0B05DE; }
span { border-color: rgb(11,5,222); }
td.TdClassName
{
border-color: #0B05DE;
}
.TagClassName
{
border-color: #0B05DE;
}
</style>