#042E91

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

Shades of Smalt #042E91

Tints of Smalt #042E91

Color information

#042E91 (or 0x042E91) is unknown color: approx Smalt. HEX triplet: 04, 2E and 91. RGB value is (4,46,145). Sum of RGB (Red+Green+Blue) = 4+46+145=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #042E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E91 is #FBD16E. Grayscale: #2C2C2C. Windows color (decimal): -16503151 or 9514500. OLE color: 9514500.

HSL color Cylindrical-coordinate representation of color #042E91: hue angle of 222.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E91 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB446145-
CMYK0.970.6800.43
HSL222.13º94.63%29.22%-
HSV(B)222.13º97.24%56.86%-
XYZ6.144.0227.24-
YUV44.73184.5998.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 145 (57.03% from 255) = 74.36%
R=2.05%
G=23.59%
B=74.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4461450.970.6800.43222.1394.6329.22
Hex42E91614402Bde5f1d
Octal45622114110405333613735
Binary1001011101001000111000011000100010101111011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042E91; }

 p { color: rgb(4,46,145); }

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

<style>
 a { background-color: #042E91; }

 a { background-color: rgb(4,46,145); }

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

<style>
 span { border-color: #042E91; }

 span { border-color: rgb(4,46,145); }

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