#041E85

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

Shades of Smalt #041E85

Tints of Smalt #041E85

Color information

#041E85 (or 0x041E85) is unknown color: approx Smalt. HEX triplet: 04, 1E and 85. RGB value is (4,30,133). Sum of RGB (Red+Green+Blue) = 4+30+133=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #041E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E85 is #FBE17A. Grayscale: #212121. Windows color (decimal): -16507259 or 8723972. OLE color: 8723972.

HSL color Cylindrical-coordinate representation of color #041E85: hue angle of 227.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E85 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB430133-
CMYK0.970.7700.48
HSL227.91º94.16%26.86%-
HSV(B)227.91º96.99%52.16%-
XYZ4.752.6522.45-
YUV33.97183.89106.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=2.40%
G=17.96%
B=79.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4301330.970.7700.48227.9194.1626.86
Hex41E85614D030e45e1b
Octal43620514111506034413633
Binary100111101000010111000011001101011000011100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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