#042C95

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

Shades of Smalt #042C95

Tints of Smalt #042C95

Color information

#042C95 (or 0x042C95) is unknown color: approx Smalt. HEX triplet: 04, 2C and 95. RGB value is (4,44,149). Sum of RGB (Red+Green+Blue) = 4+44+149=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #042C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C95 is #FBD36A. Grayscale: #2B2B2B. Windows color (decimal): -16503659 or 9776132. OLE color: 9776132.

HSL color Cylindrical-coordinate representation of color #042C95: hue angle of 223.45º 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 #042C95 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB444149-
CMYK0.970.7000.42
HSL223.45º94.77%30%-
HSV(B)223.45º97.32%58.43%-
XYZ6.38428.87-
YUV44.01187.2599.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 149 (58.59% from 255) = 75.63%
R=2.03%
G=22.34%
B=75.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4441490.970.7000.42223.4594.7730
Hex42C95614602Adf5f1e
Octal45422514110605233713736
Binary1001011001001010111000011000110010101011011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,149); }

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

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

 a { background-color: rgb(4,44,149); }

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

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

 span { border-color: rgb(4,44,149); }

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