Html Css Color HEX #0513BE Medium Blue

📋 copy color: '#0513BE'

red 5 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0513BE

Tints of Medium Blue #0513BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 190 (74.61% from 255) = 88.79%

R = 2.34%
G = 8.88%
B = 88.79%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0513BE (or 0x0513BE) is known color: Medium Blue. HEX triplet: 05, 13 and BE. RGB value is (5,19,190). Sum of RGB (Red+Green+Blue) = 5+19+190=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 190 (74.61% from 255 or 88.79% from 214); Max value from RGB is 190 - color contains mainly: blue. Hex color #0513BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513BE is #FAEC41. Grayscale: #212121. Windows color (decimal): -16444482 or 12456709. OLE color: 12456709.

HSL color Cylindrical-coordinate representation of color #0513BE: hue angle of 235.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0513BE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 19 190 -
CMYK 0.97 0.90 0 0.25
HSL 235.46º 0.95% 0.38% -
HSV(B) 235.46º 0.97% 0.75% -
XYZ 9.59 4.22 49.02 -
YUV 34.31 215.86 107.1 -
System Red Green Blue C M Y K H S L
Decimal 5 19 190 0.97 0.90 0 0.25 235.46 0.95 0.38
Hex 5 13 BE 61 5A 0 19 EB 5F 26
Octal 5 23 276 141 132 0 31 353 137 46
Binary 101 10011 10111110 1100001 1011010 0 11001 11101011 1011111 100110

Color Harmonies of #0513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0513BE

Black with #0513BE

Text Example


Text Example

White with #0513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0513BE; }

 p { color: rgb(5,19,190); }

 H1.HeaderClassName
 {
   color: #0513BE;
 }
 .AnyTagClassName
 {
   color: #0513BE;
 }
</style>

background-color css

<style>
 a { background-color: #0513BE; }

 a { background-color: rgb(5,19,190); }

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

border-color css

<style>
 span { border-color: #0513BE; }

 span { border-color: rgb(5,19,190); }

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