Html Css Color HEX #0517BA Medium Blue

📋 copy color: '#0517BA'

red 5 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #0517BA

Tints of Medium Blue #0517BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 2.34%
G = 10.75%
B = 86.92%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0517BA (or 0x0517BA) is known color: Medium Blue. HEX triplet: 05, 17 and BA. RGB value is (5,23,186). Sum of RGB (Red+Green+Blue) = 5+23+186=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #0517BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0517BA is #FAE845. Grayscale: #232323. Windows color (decimal): -16443462 or 12195589. OLE color: 12195589.

HSL color Cylindrical-coordinate representation of color #0517BA: hue angle of 234.03º 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 #0517BA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 23 186 -
CMYK 0.97 0.88 0 0.27
HSL 234.03º 0.95% 0.37% -
HSV(B) 234.03º 0.97% 0.73% -
XYZ 9.23 4.19 46.78 -
YUV 36.2 212.54 105.75 -
System Red Green Blue C M Y K H S L
Decimal 5 23 186 0.97 0.88 0 0.27 234.03 0.95 0.37
Hex 5 17 BA 61 58 0 1B EA 5F 25
Octal 5 27 272 141 130 0 33 352 137 45
Binary 101 10111 10111010 1100001 1011000 0 11011 11101010 1011111 100101

Color Harmonies of #0517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0517BA

Black with #0517BA

Text Example


Text Example

White with #0517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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