Html Css Color HEX #0513DB Medium Blue

📋 copy color: '#0513DB'

red 5 ◦ green 19 ◦ blue 219

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

Shades of Medium Blue #0513DB

Tints of Medium Blue #0513DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 90.12%

R = 2.06%
G = 7.82%
B = 90.12%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0513DB (or 0x0513DB) is known color: Medium Blue. HEX triplet: 05, 13 and DB. RGB value is (5,19,219). Sum of RGB (Red+Green+Blue) = 5+19+219=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #0513DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513DB is #FAEC24. Grayscale: #242424. Windows color (decimal): -16444453 or 14357253. OLE color: 14357253.

HSL color Cylindrical-coordinate representation of color #0513DB: hue angle of 236.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513DB is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 19 219 -
CMYK 0.98 0.91 0 0.14
HSL 236.07º 0.96% 0.44% -
HSV(B) 236.07º 0.98% 0.86% -
XYZ 13.08 5.61 67.41 -
YUV 37.61 230.36 104.74 -
System Red Green Blue C M Y K H S L
Decimal 5 19 219 0.98 0.91 0 0.14 236.07 0.96 0.44
Hex 5 13 DB 62 5B 0 E EC 60 2C
Octal 5 23 333 142 133 0 16 354 140 54
Binary 101 10011 11011011 1100010 1011011 0 1110 11101100 1100000 101100

Color Harmonies of #0513DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0513DB

Black with #0513DB

Text Example


Text Example

White with #0513DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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