Html Css Color HEX #0411CA Medium Blue

📋 copy color: '#0411CA'

red 4 ◦ green 17 ◦ blue 202

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

Shades of Medium Blue #0411CA

Tints of Medium Blue #0411CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

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

R = 1.79%
G = 7.62%
B = 90.58%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0411CA (or 0x0411CA) is known color: Medium Blue. HEX triplet: 04, 11 and CA. RGB value is (4,17,202). Sum of RGB (Red+Green+Blue) = 4+17+202=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 202 (79.30% from 255 or 90.58% from 223); Max value from RGB is 202 - color contains mainly: blue. Hex color #0411CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0411CA is #FBEE35. Grayscale: #212121. Windows color (decimal): -16510518 or 13242628. OLE color: 13242628.

HSL color Cylindrical-coordinate representation of color #0411CA: hue angle of 236.06º 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 #0411CA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 17 202 -
CMYK 0.98 0.92 0 0.21
HSL 236.06º 0.96% 0.4% -
HSV(B) 236.06º 0.98% 0.79% -
XYZ 10.91 4.69 56.21 -
YUV 34.2 222.69 106.46 -
System Red Green Blue C M Y K H S L
Decimal 4 17 202 0.98 0.92 0 0.21 236.06 0.96 0.4
Hex 4 11 CA 62 5C 0 15 EC 60 28
Octal 4 21 312 142 134 0 25 354 140 50
Binary 100 10001 11001010 1100010 1011100 0 10101 11101100 1100000 101000

Color Harmonies of #0411CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0411CA

Black with #0411CA

Text Example


Text Example

White with #0411CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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