Html Css Color HEX #0516CD Medium Blue

📋 copy color: '#0516CD'

red 5 ◦ green 22 ◦ blue 205

#0516CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0516CD

Tints of Medium Blue #0516CD

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 22 (8.98% from 255) = 9.48%

 BLUE value IS 205 (80.47% from 255) = 88.36%

R = 2.16%
G = 9.48%
B = 88.36%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0516CD (or 0x0516CD) is known color: Medium Blue. HEX triplet: 05, 16 and CD. RGB value is (5,22,205). Sum of RGB (Red+Green+Blue) = 5+22+205=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #0516CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516CD is #FAE932. Grayscale: #252525. Windows color (decimal): -16443699 or 13440517. OLE color: 13440517.

HSL color Cylindrical-coordinate representation of color #0516CD: hue angle of 234.9º 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 #0516CD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 22 205 -
CMYK 0.98 0.89 0 0.20
HSL 234.9º 0.95% 0.41% -
HSV(B) 234.9º 0.98% 0.8% -
XYZ 11.37 5.01 58.13 -
YUV 37.78 222.37 104.62 -
System Red Green Blue C M Y K H S L
Decimal 5 22 205 0.98 0.89 0 0.20 234.9 0.95 0.41
Hex 5 16 CD 62 59 0 14 EB 5F 29
Octal 5 26 315 142 131 0 24 353 137 51
Binary 101 10110 11001101 1100010 1011001 0 10100 11101011 1011111 101001

Color Harmonies of #0516CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0516CD

Black with #0516CD

Text Example


Text Example

White with #0516CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0516CD;
 }
 .AnyTagClassName
 {
   color: #0516CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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