#042E8E

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

Shades of Smalt #042E8E

Tints of Smalt #042E8E

Color information

#042E8E (or 0x042E8E) is unknown color: approx Smalt. HEX triplet: 04, 2E and 8E. RGB value is (4,46,142). Sum of RGB (Red+Green+Blue) = 4+46+142=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #042E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E8E is #FBD171. Grayscale: #2B2B2B. Windows color (decimal): -16503154 or 9317892. OLE color: 9317892.

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

Color convert

RGB446142-
CMYK0.970.6800.44
HSL221.74º94.52%28.63%-
HSV(B)221.74º97.18%55.69%-
XYZ5.913.9326.04-
YUV44.39183.0999.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=2.08%
G=23.96%
B=73.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4461420.970.6800.44221.7494.5228.63
Hex42E8E614402Cde5f1d
Octal45621614110405433613735
Binary1001011101000111011000011000100010110011011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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