#042E8C

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

Shades of Smalt #042E8C

Tints of Smalt #042E8C

Color information

#042E8C (or 0x042E8C) is unknown color: approx Smalt. HEX triplet: 04, 2E and 8C. RGB value is (4,46,140). Sum of RGB (Red+Green+Blue) = 4+46+140=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #042E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E8C is #FBD173. Grayscale: #2B2B2B. Windows color (decimal): -16503156 or 9186820. OLE color: 9186820.

HSL color Cylindrical-coordinate representation of color #042E8C: hue angle of 221.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E8C is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB446140-
CMYK0.970.6700.45
HSL221.47º94.44%28.24%-
HSV(B)221.47º97.14%54.9%-
XYZ5.763.8725.25-
YUV44.16182.0999.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=2.11%
G=24.21%
B=73.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4461400.970.6700.45221.4794.4428.24
Hex42E8C614302Ddd5e1c
Octal45621414110305533513634
Binary1001011101000110011000011000011010110111011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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