Html Css Color HEX #0401CA Medium Blue

📋 copy color: '#0401CA'

red 4 ◦ green 1 ◦ blue 202

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

Shades of Medium Blue #0401CA

Tints of Medium Blue #0401CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 1.93%
G = 0.48%
B = 97.58%

CMYK

 C value IS 0.98

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0401CA (or 0x0401CA) is known color: Medium Blue. HEX triplet: 04, 01 and CA. RGB value is (4,1,202). Sum of RGB (Red+Green+Blue) = 4+1+202=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 202 (79.30% from 255 or 97.58% from 207); Max value from RGB is 202 - color contains mainly: blue. Hex color #0401CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0401CA is #FBFE35. Grayscale: #181818. Windows color (decimal): -16514614 or 13238532. OLE color: 13238532.

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

Color convert

RGB 4 1 202 -
CMYK 0.98 1.00 0 0.21
HSL 240.9º 0.99% 0.4% -
HSV(B) 240.9º 1% 0.79% -
XYZ 10.72 4.31 56.14 -
YUV 24.81 227.99 113.16 -
System Red Green Blue C M Y K H S L
Decimal 4 1 202 0.98 1.00 0 0.21 240.9 0.99 0.4
Hex 4 1 CA 62 64 0 15 F1 63 28
Octal 4 1 312 142 144 0 25 361 143 50
Binary 100 1 11001010 1100010 1100100 0 10101 11110001 1100011 101000

Color Harmonies of #0401CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0401CA

Black with #0401CA

Text Example


Text Example

White with #0401CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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