#042C8D

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

Shades of Smalt #042C8D

Tints of Smalt #042C8D

Color information

#042C8D (or 0x042C8D) is unknown color: approx Smalt. HEX triplet: 04, 2C and 8D. RGB value is (4,44,141). Sum of RGB (Red+Green+Blue) = 4+44+141=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #042C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C8D is #FBD372. Grayscale: #2A2A2A. Windows color (decimal): -16503667 or 9251844. OLE color: 9251844.

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

Color convert

RGB444141-
CMYK0.970.6900.45
HSL222.48º94.48%28.43%-
HSV(B)222.48º97.16%55.29%-
XYZ5.763.7525.62-
YUV43.1183.25100.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 141 (55.47% from 255) = 74.60%
R=2.12%
G=23.28%
B=74.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4441410.970.6900.45222.4894.4828.43
Hex42C8D614502Dde5e1c
Octal45421514110505533613634
Binary1001011001000110111000011000101010110111011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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