Html Css Color HEX #0518BA Medium Blue

📋 copy color: '#0518BA'

red 5 ◦ green 24 ◦ blue 186

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

Shades of Medium Blue #0518BA

Tints of Medium Blue #0518BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 86.51%

R = 2.33%
G = 11.16%
B = 86.51%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0518BA (or 0x0518BA) is known color: Medium Blue. HEX triplet: 05, 18 and BA. RGB value is (5,24,186). Sum of RGB (Red+Green+Blue) = 5+24+186=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #0518BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518BA is #FAE745. Grayscale: #242424. Windows color (decimal): -16443206 or 12195845. OLE color: 12195845.

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

Color convert

RGB 5 24 186 -
CMYK 0.97 0.87 0 0.27
HSL 233.7º 0.95% 0.37% -
HSV(B) 233.7º 0.97% 0.73% -
XYZ 9.25 4.23 46.78 -
YUV 36.79 212.21 105.33 -
System Red Green Blue C M Y K H S L
Decimal 5 24 186 0.97 0.87 0 0.27 233.7 0.95 0.37
Hex 5 18 BA 61 57 0 1B EA 5F 25
Octal 5 30 272 141 127 0 33 352 137 45
Binary 101 11000 10111010 1100001 1010111 0 11011 11101010 1011111 100101

Color Harmonies of #0518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518BA

Black with #0518BA

Text Example


Text Example

White with #0518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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