#041CC8

Color #041CC8 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #041CC8

Tints of Medium Blue #041CC8

Color information

#041CC8 (or 0x041CC8) is unknown color: approx Medium Blue. HEX triplet: 04, 1C and C8. RGB value is (4,28,200). Sum of RGB (Red+Green+Blue) = 4+28+200=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 200 (78.52% from 255 or 86.21% from 232); Max value from RGB is 200 - color contains mainly: blue. Hex color #041CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CC8 is #FBE337. Grayscale: #272727. Windows color (decimal): -16507704 or 13114372. OLE color: 13114372.

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

Color convert

RGB428200-
CMYK0.980.8600.22
HSL232.65º96.08%40%-
HSV(B)232.65º98%78.43%-
XYZ10.895.0355.04-
YUV40.43218.05102.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 200 (78.52% from 255) = 86.21%
R=1.72%
G=12.07%
B=86.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4282000.980.8600.22232.6596.0840
Hex41CC86256016e96028
Octal43431014212602635114050
Binary100111001100100011000101010110010110111010011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,28,200); }

 H1.HeaderClassName
 {
   color: #041CC8;
 }
 .AnyTagClassName
 {
   color: #041CC8;
 }
</style>
background-color css

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

 a { background-color: rgb(4,28,200); }

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

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

 span { border-color: rgb(4,28,200); }

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