#043A9F

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

Shades of Smalt #043A9F

Tints of Smalt #043A9F

Color information

#043A9F (or 0x043A9F) is unknown color: approx Smalt. HEX triplet: 04, 3A and 9F. RGB value is (4,58,159). Sum of RGB (Red+Green+Blue) = 4+58+159=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #043A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043A9F is #FBC560. Grayscale: #343434. Windows color (decimal): -16500065 or 10435076. OLE color: 10435076.

HSL color Cylindrical-coordinate representation of color #043A9F: hue angle of 219.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043A9F is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB458159-
CMYK0.970.6400.38
HSL219.1º95.09%31.96%-
HSV(B)219.1º97.48%62.35%-
XYZ7.825.5633.46-
YUV53.37187.6192.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=1.81%
G=26.24%
B=71.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4581590.970.6400.38219.195.0931.96
Hex43A9F6140026db5f20
Octal47223714110004633313740
Binary10011101010011111110000110000000100110110110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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