#043A8E

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

Shades of Smalt #043A8E

Tints of Smalt #043A8E

Color information

#043A8E (or 0x043A8E) is unknown color: approx Smalt. HEX triplet: 04, 3A and 8E. RGB value is (4,58,142). Sum of RGB (Red+Green+Blue) = 4+58+142=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #043A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043A8E is #FBC571. Grayscale: #333333. Windows color (decimal): -16500082 or 9320964. OLE color: 9320964.

HSL color Cylindrical-coordinate representation of color #043A8E: hue angle of 216.52º 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 #043A8E is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB458142-
CMYK0.970.5900.44
HSL216.52º94.52%28.63%-
HSV(B)216.52º97.18%55.69%-
XYZ6.45526.22-
YUV51.43179.1194.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=1.96%
G=28.43%
B=69.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4581420.970.5900.44216.5294.5228.63
Hex43A8E613B02Cd95f1d
Octal4722161417305433113735
Binary100111010100011101100001111011010110011011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A8E; }

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

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

<style>
 a { background-color: #043A8E; }

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

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

<style>
 span { border-color: #043A8E; }

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

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