Shades of Medium Blue #0511CD
Tints of Medium Blue #0511CD
RGB
CMYK
RGB Variations
Color information
#0511CD (or 0x0511CD) is known color: Medium Blue. HEX triplet: 05, 11 and CD. RGB value is (5,17,205). Sum of RGB (Red+Green+Blue) = 5+17+205=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #0511CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511CD is #FAEE32. Grayscale: #222222. Windows color (decimal): -16444979 or 13439237. OLE color: 13439237.
HSL color Cylindrical-coordinate representation of color #0511CD: hue angle of 236.4º 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 #0511CD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 17 | 205 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.20 |
| HSL | 236.4º | 0.95% | 0.41% | - |
| HSV(B) | 236.4º | 0.98% | 0.8% | - |
| XYZ | 11.28 | 4.84 | 58.1 | - |
| YUV | 34.84 | 224.02 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 205 | 0.98 | 0.92 | 0 | 0.20 | 236.4 | 0.95 | 0.41 |
| Hex | 5 | 11 | CD | 62 | 5C | 0 | 14 | EC | 5F | 29 |
| Octal | 5 | 21 | 315 | 142 | 134 | 0 | 24 | 354 | 137 | 51 |
| Binary | 101 | 10001 | 11001101 | 1100010 | 1011100 | 0 | 10100 | 11101100 | 1011111 | 101001 |
Color Harmonies of #0511CD
Complementary color
Monochromatic Colors of #0511CD
Black with #0511CD
Text Example
Text Example
White with #0511CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511CD; }
p { color: rgb(5,17,205); }
H1.HeaderClassName
{
color: #0511CD;
}
.AnyTagClassName
{
color: #0511CD;
}
</style>
background-color css
<style>
a { background-color: #0511CD; }
a { background-color: rgb(5,17,205); }
div.DivClassName
{
background-color: #0511CD;
}
.BgClassName
{
background-color: #0511CD;
}
</style>
border-color css
<style>
span { border-color: #0511CD; }
span { border-color: rgb(5,17,205); }
td.TdClassName
{
border-color: #0511CD;
}
.TagClassName
{
border-color: #0511CD;
}
</style>