#042A89

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

Shades of Smalt #042A89

Tints of Smalt #042A89

Color information

#042A89 (or 0x042A89) is unknown color: approx Smalt. HEX triplet: 04, 2A and 89. RGB value is (4,42,137). Sum of RGB (Red+Green+Blue) = 4+42+137=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #042A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A89 is #FBD576. Grayscale: #292929. Windows color (decimal): -16504183 or 8989188. OLE color: 8989188.

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

Color convert

RGB442137-
CMYK0.970.6900.46
HSL222.86º94.33%27.65%-
HSV(B)222.86º97.08%53.73%-
XYZ5.393.4924.06-
YUV41.47181.91101.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 137 (53.91% from 255) = 74.86%
R=2.19%
G=22.95%
B=74.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4421370.970.6900.46222.8694.3327.65
Hex42A89614502Edf5e1c
Octal45221114110505633713634
Binary1001010101000100111000011000101010111011011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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