Html Css Color HEX #041ACE Medium Blue

📋 copy color: '#041ACE'

red 4 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #041ACE

Tints of Medium Blue #041ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 206 (80.86% from 255) = 87.29%

R = 1.69%
G = 11.02%
B = 87.29%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#041ACE (or 0x041ACE) is known color: Medium Blue. HEX triplet: 04, 1A and CE. RGB value is (4,26,206). Sum of RGB (Red+Green+Blue) = 4+26+206=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #041ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ACE is #FBE531. Grayscale: #272727. Windows color (decimal): -16508210 or 13507076. OLE color: 13507076.

HSL color Cylindrical-coordinate representation of color #041ACE: hue angle of 233.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ACE is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 26 206 -
CMYK 0.98 0.87 0 0.19
HSL 233.47º 0.96% 0.41% -
HSV(B) 233.47º 0.98% 0.81% -
XYZ 11.56 5.22 58.79 -
YUV 39.94 221.71 102.36 -
System Red Green Blue C M Y K H S L
Decimal 4 26 206 0.98 0.87 0 0.19 233.47 0.96 0.41
Hex 4 1A CE 62 57 0 13 E9 60 29
Octal 4 32 316 142 127 0 23 351 140 51
Binary 100 11010 11001110 1100010 1010111 0 10011 11101001 1100000 101001

Color Harmonies of #041ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041ACE

Black with #041ACE

Text Example


Text Example

White with #041ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041ACE; }

 p { color: rgb(4,26,206); }

 H1.HeaderClassName
 {
   color: #041ACE;
 }
 .AnyTagClassName
 {
   color: #041ACE;
 }
</style>

background-color css

<style>
 a { background-color: #041ACE; }

 a { background-color: rgb(4,26,206); }

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

border-color css

<style>
 span { border-color: #041ACE; }

 span { border-color: rgb(4,26,206); }

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