#042B8D

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

Shades of Smalt #042B8D

Tints of Smalt #042B8D

Color information

#042B8D (or 0x042B8D) is unknown color: approx Smalt. HEX triplet: 04, 2B and 8D. RGB value is (4,43,141). Sum of RGB (Red+Green+Blue) = 4+43+141=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #042B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B8D is #FBD472. Grayscale: #2A2A2A. Windows color (decimal): -16503923 or 9251588. OLE color: 9251588.

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

Color convert

RGB443141-
CMYK0.970.7000.45
HSL222.92º94.48%28.43%-
HSV(B)222.92º97.16%55.29%-
XYZ5.723.6825.61-
YUV42.51183.58100.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 141 (55.47% from 255) = 75%
R=2.13%
G=22.87%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4431410.970.7000.45222.9294.4828.43
Hex42B8D614602Ddf5e1c
Octal45321514110605533713634
Binary1001010111000110111000011000110010110111011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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