Shades of Medium Blue #0511B5
Tints of Medium Blue #0511B5
RGB
CMYK
RGB Variations
Color information
#0511B5 (or 0x0511B5) is known color: Medium Blue. HEX triplet: 05, 11 and B5. RGB value is (5,17,181). Sum of RGB (Red+Green+Blue) = 5+17+181=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 181 (71.09% from 255 or 89.16% from 203); Max value from RGB is 181 - color contains mainly: blue. Hex color #0511B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511B5 is #FAEE4A. Grayscale: #1F1F1F. Windows color (decimal): -16445003 or 11866373. OLE color: 11866373.
HSL color Cylindrical-coordinate representation of color #0511B5: hue angle of 235.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0511B5 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 17 | 181 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.29 |
| HSL | 235.91º | 0.95% | 0.36% | - |
| HSV(B) | 235.91º | 0.97% | 0.71% | - |
| XYZ | 8.6 | 3.77 | 43.99 | - |
| YUV | 32.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 181 | 0.97 | 0.91 | 0 | 0.29 | 235.91 | 0.95 | 0.36 |
| Hex | 5 | 11 | B5 | 61 | 5B | 0 | 1D | EC | 5F | 24 |
| Octal | 5 | 21 | 265 | 141 | 133 | 0 | 35 | 354 | 137 | 44 |
| Binary | 101 | 10001 | 10110101 | 1100001 | 1011011 | 0 | 11101 | 11101100 | 1011111 | 100100 |
Color Harmonies of #0511B5
Complementary color
Monochromatic Colors of #0511B5
Black with #0511B5
Text Example
Text Example
White with #0511B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511B5; }
p { color: rgb(5,17,181); }
H1.HeaderClassName
{
color: #0511B5;
}
.AnyTagClassName
{
color: #0511B5;
}
</style>
background-color css
<style>
a { background-color: #0511B5; }
a { background-color: rgb(5,17,181); }
div.DivClassName
{
background-color: #0511B5;
}
.BgClassName
{
background-color: #0511B5;
}
</style>
border-color css
<style>
span { border-color: #0511B5; }
span { border-color: rgb(5,17,181); }
td.TdClassName
{
border-color: #0511B5;
}
.TagClassName
{
border-color: #0511B5;
}
</style>