Html Css Color HEX #0413CA Medium Blue

📋 copy color: '#0413CA'

red 4 ◦ green 19 ◦ blue 202

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

Shades of Medium Blue #0413CA

Tints of Medium Blue #0413CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 89.78%

R = 1.78%
G = 8.44%
B = 89.78%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0413CA (or 0x0413CA) is known color: Medium Blue. HEX triplet: 04, 13 and CA. RGB value is (4,19,202). Sum of RGB (Red+Green+Blue) = 4+19+202=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 202 (79.30% from 255 or 89.78% from 225); Max value from RGB is 202 - color contains mainly: blue. Hex color #0413CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0413CA is #FBEC35. Grayscale: #222222. Windows color (decimal): -16510006 or 13243140. OLE color: 13243140.

HSL color Cylindrical-coordinate representation of color #0413CA: hue angle of 235.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0413CA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 19 202 -
CMYK 0.98 0.91 0 0.21
HSL 235.45º 0.96% 0.4% -
HSV(B) 235.45º 0.98% 0.79% -
XYZ 10.94 4.76 56.22 -
YUV 35.38 222.03 105.62 -
System Red Green Blue C M Y K H S L
Decimal 4 19 202 0.98 0.91 0 0.21 235.45 0.96 0.4
Hex 4 13 CA 62 5B 0 15 EB 60 28
Octal 4 23 312 142 133 0 25 353 140 50
Binary 100 10011 11001010 1100010 1011011 0 10101 11101011 1100000 101000

Color Harmonies of #0413CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0413CA

Black with #0413CA

Text Example


Text Example

White with #0413CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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