#041E8C

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

Shades of Smalt #041E8C

Tints of Smalt #041E8C

Color information

#041E8C (or 0x041E8C) is unknown color: approx Smalt. HEX triplet: 04, 1E and 8C. RGB value is (4,30,140). Sum of RGB (Red+Green+Blue) = 4+30+140=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #041E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E8C is #FBE173. Grayscale: #222222. Windows color (decimal): -16507252 or 9182724. OLE color: 9182724.

HSL color Cylindrical-coordinate representation of color #041E8C: hue angle of 228.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E8C is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB430140-
CMYK0.970.7900.45
HSL228.53º94.44%28.24%-
HSV(B)228.53º97.14%54.9%-
XYZ5.252.8525.08-
YUV34.77187.39106.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 140 (55.08% from 255) = 80.46%
R=2.30%
G=17.24%
B=80.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4301400.970.7900.45228.5394.4428.24
Hex41E8C614F02De55e1c
Octal43621414111705534513634
Binary100111101000110011000011001111010110111100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,30,140); }

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

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

 a { background-color: rgb(4,30,140); }

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

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

 span { border-color: rgb(4,30,140); }

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