#041E8A

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

Shades of Smalt #041E8A

Tints of Smalt #041E8A

Color information

#041E8A (or 0x041E8A) is unknown color: approx Smalt. HEX triplet: 04, 1E and 8A. RGB value is (4,30,138). Sum of RGB (Red+Green+Blue) = 4+30+138=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #041E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E8A is #FBE175. Grayscale: #222222. Windows color (decimal): -16507254 or 9051652. OLE color: 9051652.

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

Color convert

RGB430138-
CMYK0.970.7800.46
HSL228.36º94.37%27.84%-
HSV(B)228.36º97.1%54.12%-
XYZ5.12.7924.31-
YUV34.54186.39106.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 138 (54.30% from 255) = 80.23%
R=2.33%
G=17.44%
B=80.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4301380.970.7800.46228.3694.3727.84
Hex41E8A614E02Ee45e1c
Octal43621214111605634413634
Binary100111101000101011000011001110010111011100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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