Html Css Color HEX #0519BC Medium Blue

📋 copy color: '#0519BC'

red 5 ◦ green 25 ◦ blue 188

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

Shades of Medium Blue #0519BC

Tints of Medium Blue #0519BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 188 (73.83% from 255) = 86.24%

R = 2.29%
G = 11.47%
B = 86.24%

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

#0519BC (or 0x0519BC) is known color: Medium Blue. HEX triplet: 05, 19 and BC. RGB value is (5,25,188). Sum of RGB (Red+Green+Blue) = 5+25+188=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #0519BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519BC is #FAE643. Grayscale: #242424. Windows color (decimal): -16442948 or 12327173. OLE color: 12327173.

HSL color Cylindrical-coordinate representation of color #0519BC: hue angle of 233.44º 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 #0519BC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 25 188 -
CMYK 0.97 0.87 0 0.26
HSL 233.44º 0.95% 0.38% -
HSV(B) 233.44º 0.97% 0.74% -
XYZ 9.49 4.36 47.92 -
YUV 37.6 212.87 104.75 -
System Red Green Blue C M Y K H S L
Decimal 5 25 188 0.97 0.87 0 0.26 233.44 0.95 0.38
Hex 5 19 BC 61 57 0 1A E9 5F 26
Octal 5 31 274 141 127 0 32 351 137 46
Binary 101 11001 10111100 1100001 1010111 0 11010 11101001 1011111 100110

Color Harmonies of #0519BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0519BC

Black with #0519BC

Text Example


Text Example

White with #0519BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0519BC; }

 p { color: rgb(5,25,188); }

 H1.HeaderClassName
 {
   color: #0519BC;
 }
 .AnyTagClassName
 {
   color: #0519BC;
 }
</style>

background-color css

<style>
 a { background-color: #0519BC; }

 a { background-color: rgb(5,25,188); }

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

border-color css

<style>
 span { border-color: #0519BC; }

 span { border-color: rgb(5,25,188); }

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