#042A81

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

Shades of Smalt #042A81

Tints of Smalt #042A81

Color information

#042A81 (or 0x042A81) is unknown color: approx Smalt. HEX triplet: 04, 2A and 81. RGB value is (4,42,129). Sum of RGB (Red+Green+Blue) = 4+42+129=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #042A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A81 is #FBD57E. Grayscale: #282828. Windows color (decimal): -16504191 or 8464900. OLE color: 8464900.

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

Color convert

RGB442129-
CMYK0.970.6700.49
HSL221.76º93.98%26.08%-
HSV(B)221.76º96.9%50.59%-
XYZ4.843.2721.14-
YUV40.56177.91101.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 129 (50.78% from 255) = 73.71%
R=2.29%
G=24%
B=73.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4421290.970.6700.49221.7693.9826.08
Hex42A816143031de5e1a
Octal45220114110306133613632
Binary1001010101000000111000011000011011000111011110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,42,129); }

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

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

 a { background-color: rgb(4,42,129); }

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

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

 span { border-color: rgb(4,42,129); }

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