Shades of Medium Blue #0511BF
Tints of Medium Blue #0511BF
RGB
CMYK
RGB Variations
Color information
#0511BF (or 0x0511BF) is known color: Medium Blue. HEX triplet: 05, 11 and BF. RGB value is (5,17,191). Sum of RGB (Red+Green+Blue) = 5+17+191=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 191 (75% from 255 or 89.67% from 213); Max value from RGB is 191 - color contains mainly: blue. Hex color #0511BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511BF is #FAEE40. Grayscale: #202020. Windows color (decimal): -16444993 or 12521733. OLE color: 12521733.
HSL color Cylindrical-coordinate representation of color #0511BF: hue angle of 236.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0511BF is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 17 | 191 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.25 |
| HSL | 236.13º | 0.95% | 0.38% | - |
| HSV(B) | 236.13º | 0.97% | 0.75% | - |
| XYZ | 9.67 | 4.19 | 49.59 | - |
| YUV | 33.25 | 217.02 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 191 | 0.97 | 0.91 | 0 | 0.25 | 236.13 | 0.95 | 0.38 |
| Hex | 5 | 11 | BF | 61 | 5B | 0 | 19 | EC | 5F | 26 |
| Octal | 5 | 21 | 277 | 141 | 133 | 0 | 31 | 354 | 137 | 46 |
| Binary | 101 | 10001 | 10111111 | 1100001 | 1011011 | 0 | 11001 | 11101100 | 1011111 | 100110 |
Color Harmonies of #0511BF
Complementary color
Monochromatic Colors of #0511BF
Black with #0511BF
Text Example
Text Example
White with #0511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511BF; }
p { color: rgb(5,17,191); }
H1.HeaderClassName
{
color: #0511BF;
}
.AnyTagClassName
{
color: #0511BF;
}
</style>
background-color css
<style>
a { background-color: #0511BF; }
a { background-color: rgb(5,17,191); }
div.DivClassName
{
background-color: #0511BF;
}
.BgClassName
{
background-color: #0511BF;
}
</style>
border-color css
<style>
span { border-color: #0511BF; }
span { border-color: rgb(5,17,191); }
td.TdClassName
{
border-color: #0511BF;
}
.TagClassName
{
border-color: #0511BF;
}
</style>