#042A94

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

Shades of Smalt #042A94

Tints of Smalt #042A94

Color information

#042A94 (or 0x042A94) is unknown color: approx Smalt. HEX triplet: 04, 2A and 94. RGB value is (4,42,148). Sum of RGB (Red+Green+Blue) = 4+42+148=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #042A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A94 is #FBD56B. Grayscale: #2A2A2A. Windows color (decimal): -16504172 or 9710084. OLE color: 9710084.

HSL color Cylindrical-coordinate representation of color #042A94: hue angle of 224.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A94 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB442148-
CMYK0.970.7200.42
HSL224.17º94.74%29.8%-
HSV(B)224.17º97.3%58.04%-
XYZ6.223.8228.43-
YUV42.72187.41100.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 148 (58.20% from 255) = 76.29%
R=2.06%
G=21.65%
B=76.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4421480.970.7200.42224.1794.7429.8
Hex42A94614802Ae05f1e
Octal45222414111005234013736
Binary1001010101001010011000011001000010101011100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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