#0516D1

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

Shades of Medium Blue #0516D1

Tints of Medium Blue #0516D1

Color information

#0516D1 (or 0x0516D1) is unknown color: approx Medium Blue. HEX triplet: 05, 16 and D1. RGB value is (5,22,209). Sum of RGB (Red+Green+Blue) = 5+22+209=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 209 (82.03% from 255 or 88.56% from 236); Max value from RGB is 209 - color contains mainly: blue. Hex color #0516D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516D1 is #FAE92E. Grayscale: #252525. Windows color (decimal): -16443695 or 13702661. OLE color: 13702661.

HSL color Cylindrical-coordinate representation of color #0516D1: hue angle of 235º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0516D1 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB522209-
CMYK0.980.8900.18
HSL235º95.33%41.96%-
HSV(B)235º97.61%81.96%-
XYZ11.865.2160.7-
YUV38.24224.37104.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 209 (82.03% from 255) = 88.56%
R=2.12%
G=9.32%
B=88.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5222090.980.8900.1823595.3341.96
Hex516D16259012eb5f2a
Octal52632114213102235313752
Binary101101101101000111000101011001010010111010111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0516D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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