#0516C0

Color #0516C0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0516C0

Tints of Medium Blue #0516C0

Color information

#0516C0 (or 0x0516C0) is unknown color: approx Medium Blue. HEX triplet: 05, 16 and C0. RGB value is (5,22,192). Sum of RGB (Red+Green+Blue) = 5+22+192=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0516C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516C0 is #FAE93F. Grayscale: #232323. Windows color (decimal): -16443712 or 12588549. OLE color: 12588549.

HSL color Cylindrical-coordinate representation of color #0516C0: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0516C0 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB522192-
CMYK0.970.8900.25
HSL234.55º94.92%38.63%-
HSV(B)234.55º97.4%75.29%-
XYZ9.864.4150.2-
YUV36.3215.87105.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 192 (75.39% from 255) = 87.67%
R=2.28%
G=10.05%
B=87.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5221920.970.8900.25234.5594.9238.63
Hex516C06159019eb5f27
Octal52630014113103135313747
Binary101101101100000011000011011001011001111010111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0516C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0516C0; }

 p { color: rgb(5,22,192); }

 H1.HeaderClassName
 {
   color: #0516C0;
 }
 .AnyTagClassName
 {
   color: #0516C0;
 }
</style>
background-color css

<style>
 a { background-color: #0516C0; }

 a { background-color: rgb(5,22,192); }

 div.DivClassName
 {
   background-color: #0516C0;
 }
 .BgClassName
 {
   background-color: #0516C0;
 }
</style>
border-color css

<style>
 span { border-color: #0516C0; }

 span { border-color: rgb(5,22,192); }

 td.TdClassName
 {
   border-color: #0516C0;
 }
 .TagClassName
 {
   border-color: #0516C0;
 }
</style>