#042090

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

Shades of Smalt #042090

Tints of Smalt #042090

Color information

#042090 (or 0x042090) is unknown color: approx Smalt. HEX triplet: 04, 20 and 90. RGB value is (4,32,144). Sum of RGB (Red+Green+Blue) = 4+32+144=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #042090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042090 is #FBDF6F. Grayscale: #232323. Windows color (decimal): -16506736 or 9445380. OLE color: 9445380.

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

Color convert

RGB432144-
CMYK0.970.7800.44
HSL228º94.59%29.02%-
HSV(B)228º97.22%56.47%-
XYZ5.63.0726.68-
YUV36.4188.72104.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 144 (56.64% from 255) = 80%
R=2.22%
G=17.78%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4321440.970.7800.4422894.5929.02
Hex42090614E02Ce45f1d
Octal44022014111605434413735
Binary1001000001001000011000011001110010110011100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042090; }

 p { color: rgb(4,32,144); }

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

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

 a { background-color: rgb(4,32,144); }

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

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

 span { border-color: rgb(4,32,144); }

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