#041E93

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

Shades of Smalt #041E93

Tints of Smalt #041E93

Color information

#041E93 (or 0x041E93) is unknown color: approx Smalt. HEX triplet: 04, 1E and 93. RGB value is (4,30,147). Sum of RGB (Red+Green+Blue) = 4+30+147=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #041E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E93 is #FBE16C. Grayscale: #232323. Windows color (decimal): -16507245 or 9641476. OLE color: 9641476.

HSL color Cylindrical-coordinate representation of color #041E93: hue angle of 229.09º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E93 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB430147-
CMYK0.970.8000.42
HSL229.09º94.7%29.61%-
HSV(B)229.09º97.28%57.65%-
XYZ5.783.0627.89-
YUV35.56190.89105.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 147 (57.81% from 255) = 81.22%
R=2.21%
G=16.57%
B=81.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4301470.970.8000.42229.0994.729.61
Hex41E93615002Ae55f1e
Octal43622314112005234513736
Binary100111101001001111000011010000010101011100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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