Html Css Color HEX #041AC0 Medium Blue

📋 copy color: '#041AC0'

red 4 ◦ green 26 ◦ blue 192

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

Shades of Medium Blue #041AC0

Tints of Medium Blue #041AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 86.49%

R = 1.8%
G = 11.71%
B = 86.49%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#041AC0 (or 0x041AC0) is known color: Medium Blue. HEX triplet: 04, 1A and C0. RGB value is (4,26,192). Sum of RGB (Red+Green+Blue) = 4+26+192=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 192 (75.39% from 255 or 86.49% from 222); Max value from RGB is 192 - color contains mainly: blue. Hex color #041AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041AC0 is #FBE53F. Grayscale: #252525. Windows color (decimal): -16508224 or 12589572. OLE color: 12589572.

HSL color Cylindrical-coordinate representation of color #041AC0: hue angle of 232.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AC0 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 26 192 -
CMYK 0.98 0.86 0 0.25
HSL 232.98º 0.96% 0.38% -
HSV(B) 232.98º 0.98% 0.75% -
XYZ 9.93 4.57 50.23 -
YUV 38.35 214.71 103.5 -
System Red Green Blue C M Y K H S L
Decimal 4 26 192 0.98 0.86 0 0.25 232.98 0.96 0.38
Hex 4 1A C0 62 56 0 19 E9 60 26
Octal 4 32 300 142 126 0 31 351 140 46
Binary 100 11010 11000000 1100010 1010110 0 11001 11101001 1100000 100110

Color Harmonies of #041AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AC0

Black with #041AC0

Text Example


Text Example

White with #041AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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