Html Css Color HEX #0413DB Medium Blue

📋 copy color: '#0413DB'

red 4 ◦ green 19 ◦ blue 219

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

Shades of Medium Blue #0413DB

Tints of Medium Blue #0413DB

RGB

 RED value IS 4 (1.95% from 255) = 1.65%

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

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

R = 1.65%
G = 7.85%
B = 90.5%

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

#0413DB (or 0x0413DB) is known color: Medium Blue. HEX triplet: 04, 13 and DB. RGB value is (4,19,219). Sum of RGB (Red+Green+Blue) = 4+19+219=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #0413DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0413DB is #FBEC24. Grayscale: #242424. Windows color (decimal): -16509989 or 14357252. OLE color: 14357252.

HSL color Cylindrical-coordinate representation of color #0413DB: hue angle of 235.81º 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 #0413DB is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

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

Color Harmonies of #0413DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0413DB

Black with #0413DB

Text Example


Text Example

White with #0413DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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