#042C93

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

Shades of Smalt #042C93

Tints of Smalt #042C93

Color information

#042C93 (or 0x042C93) is unknown color: approx Smalt. HEX triplet: 04, 2C and 93. RGB value is (4,44,147). Sum of RGB (Red+Green+Blue) = 4+44+147=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #042C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C93 is #FBD36C. Grayscale: #2B2B2B. Windows color (decimal): -16503661 or 9645060. OLE color: 9645060.

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

Color convert

RGB444147-
CMYK0.970.7000.42
HSL223.22º94.7%29.61%-
HSV(B)223.22º97.28%57.65%-
XYZ6.223.9328.04-
YUV43.78186.2599.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 147 (57.81% from 255) = 75.38%
R=2.05%
G=22.56%
B=75.38%

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
Decimal4441470.970.7000.42223.2294.729.61
Hex42C93614602Adf5f1e
Octal45422314110605233713736
Binary1001011001001001111000011000110010101011011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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