Html Css Color HEX #0403C1 Medium Blue

📋 copy color: '#0403C1'

red 4 ◦ green 3 ◦ blue 193

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

Shades of Medium Blue #0403C1

Tints of Medium Blue #0403C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

 BLUE value IS 193 (75.78% from 255) = 96.5%

R = 2%
G = 1.5%
B = 96.5%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0403C1 (or 0x0403C1) is known color: Medium Blue. HEX triplet: 04, 03 and C1. RGB value is (4,3,193). Sum of RGB (Red+Green+Blue) = 4+3+193=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 193 (75.78% from 255 or 96.5% from 200); Max value from RGB is 193 - color contains mainly: blue. Hex color #0403C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0403C1 is #FBFC3E. Grayscale: #181818. Windows color (decimal): -16514111 or 12649220. OLE color: 12649220.

HSL color Cylindrical-coordinate representation of color #0403C1: hue angle of 240.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0403C1 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 3 193 -
CMYK 0.98 0.98 0 0.24
HSL 240.32º 0.97% 0.38% -
HSV(B) 240.32º 0.98% 0.76% -
XYZ 9.71 3.94 50.7 -
YUV 24.96 222.83 113.05 -
System Red Green Blue C M Y K H S L
Decimal 4 3 193 0.98 0.98 0 0.24 240.32 0.97 0.38
Hex 4 3 C1 62 62 0 18 F0 61 26
Octal 4 3 301 142 142 0 30 360 141 46
Binary 100 11 11000001 1100010 1100010 0 11000 11110000 1100001 100110

Color Harmonies of #0403C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0403C1

Black with #0403C1

Text Example


Text Example

White with #0403C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0403C1; }

 p { color: rgb(4,3,193); }

 H1.HeaderClassName
 {
   color: #0403C1;
 }
 .AnyTagClassName
 {
   color: #0403C1;
 }
</style>

background-color css

<style>
 a { background-color: #0403C1; }

 a { background-color: rgb(4,3,193); }

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

border-color css

<style>
 span { border-color: #0403C1; }

 span { border-color: rgb(4,3,193); }

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