Shades of Medium Blue #0B07E1
Tints of Medium Blue #0B07E1
RGB
CMYK
RGB Variations
Color information
#0B07E1 (or 0x0B07E1) is known color: Medium Blue. HEX triplet: 0B, 07 and E1. RGB value is (11,7,225). Sum of RGB (Red+Green+Blue) = 11+7+225=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 225 (88.28% from 255 or 92.59% from 243); Max value from RGB is 225 - color contains mainly: blue. Hex color #0B07E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B07E1 is #F4F81E. Grayscale: #202020. Windows color (decimal): -16054303 or 14747403. OLE color: 14747403.
HSL color Cylindrical-coordinate representation of color #0B07E1: hue angle of 241.1º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B07E1 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 7 | 225 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.12 |
| HSL | 241.1º | 0.94% | 0.45% | - |
| HSV(B) | 241.1º | 0.97% | 0.88% | - |
| XYZ | 13.8 | 5.66 | 71.6 | - |
| YUV | 33.05 | 236.33 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 225 | 0.95 | 0.97 | 0 | 0.12 | 241.1 | 0.94 | 0.45 |
| Hex | B | 7 | E1 | 5F | 61 | 0 | C | F1 | 5E | 2D |
| Octal | 13 | 7 | 341 | 137 | 141 | 0 | 14 | 361 | 136 | 55 |
| Binary | 1011 | 111 | 11100001 | 1011111 | 1100001 | 0 | 1100 | 11110001 | 1011110 | 101101 |
Color Harmonies of #0B07E1
Complementary color
Monochromatic Colors of #0B07E1
Black with #0B07E1
Text Example
Text Example
White with #0B07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B07E1; }
p { color: rgb(11,7,225); }
H1.HeaderClassName
{
color: #0B07E1;
}
.AnyTagClassName
{
color: #0B07E1;
}
</style>
background-color css
<style>
a { background-color: #0B07E1; }
a { background-color: rgb(11,7,225); }
div.DivClassName
{
background-color: #0B07E1;
}
.BgClassName
{
background-color: #0B07E1;
}
</style>
border-color css
<style>
span { border-color: #0B07E1; }
span { border-color: rgb(11,7,225); }
td.TdClassName
{
border-color: #0B07E1;
}
.TagClassName
{
border-color: #0B07E1;
}
</style>