Html Css Color HEX #0518BD Medium Blue

📋 copy color: '#0518BD'

red 5 ◦ green 24 ◦ blue 189

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

Shades of Medium Blue #0518BD

Tints of Medium Blue #0518BD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 189 (74.22% from 255) = 86.7%

R = 2.29%
G = 11.01%
B = 86.7%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0518BD (or 0x0518BD) is known color: Medium Blue. HEX triplet: 05, 18 and BD. RGB value is (5,24,189). Sum of RGB (Red+Green+Blue) = 5+24+189=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #0518BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518BD is #FAE742. Grayscale: #242424. Windows color (decimal): -16443203 or 12392453. OLE color: 12392453.

HSL color Cylindrical-coordinate representation of color #0518BD: hue angle of 233.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0518BD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 24 189 -
CMYK 0.97 0.87 0 0.26
HSL 233.8º 0.95% 0.38% -
HSV(B) 233.8º 0.97% 0.74% -
XYZ 9.57 4.36 48.48 -
YUV 37.13 213.71 105.08 -
System Red Green Blue C M Y K H S L
Decimal 5 24 189 0.97 0.87 0 0.26 233.8 0.95 0.38
Hex 5 18 BD 61 57 0 1A EA 5F 26
Octal 5 30 275 141 127 0 32 352 137 46
Binary 101 11000 10111101 1100001 1010111 0 11010 11101010 1011111 100110

Color Harmonies of #0518BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518BD

Black with #0518BD

Text Example


Text Example

White with #0518BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0518BD; }

 p { color: rgb(5,24,189); }

 H1.HeaderClassName
 {
   color: #0518BD;
 }
 .AnyTagClassName
 {
   color: #0518BD;
 }
</style>

background-color css

<style>
 a { background-color: #0518BD; }

 a { background-color: rgb(5,24,189); }

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

border-color css

<style>
 span { border-color: #0518BD; }

 span { border-color: rgb(5,24,189); }

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