Shades of Medium Blue #0516CC
Tints of Medium Blue #0516CC
RGB
CMYK
RGB Variations
Color information
#0516CC (or 0x0516CC) is known color: Medium Blue. HEX triplet: 05, 16 and CC. RGB value is (5,22,204). Sum of RGB (Red+Green+Blue) = 5+22+204=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #0516CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516CC is #FAE933. Grayscale: #242424. Windows color (decimal): -16443700 or 13374981. OLE color: 13374981.
HSL color Cylindrical-coordinate representation of color #0516CC: hue angle of 234.87º 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 #0516CC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 22 | 204 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.2 |
| HSL | 234.87º | 0.95% | 0.41% | - |
| HSV(B) | 234.87º | 0.98% | 0.8% | - |
| XYZ | 11.25 | 4.97 | 57.49 | - |
| YUV | 37.67 | 221.87 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 204 | 0.98 | 0.89 | 0 | 0.2 | 234.87 | 0.95 | 0.41 |
| Hex | 5 | 16 | CC | 62 | 59 | 0 | 14 | EB | 5F | 29 |
| Octal | 5 | 26 | 314 | 142 | 131 | 0 | 24 | 353 | 137 | 51 |
| Binary | 101 | 10110 | 11001100 | 1100010 | 1011001 | 0 | 10100 | 11101011 | 1011111 | 101001 |
Color Harmonies of #0516CC
Complementary color
Monochromatic Colors of #0516CC
Black with #0516CC
Text Example
Text Example
White with #0516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516CC; }
p { color: rgb(5,22,204); }
H1.HeaderClassName
{
color: #0516CC;
}
.AnyTagClassName
{
color: #0516CC;
}
</style>
background-color css
<style>
a { background-color: #0516CC; }
a { background-color: rgb(5,22,204); }
div.DivClassName
{
background-color: #0516CC;
}
.BgClassName
{
background-color: #0516CC;
}
</style>
border-color css
<style>
span { border-color: #0516CC; }
span { border-color: rgb(5,22,204); }
td.TdClassName
{
border-color: #0516CC;
}
.TagClassName
{
border-color: #0516CC;
}
</style>