#042B85

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

Shades of Smalt #042B85

Tints of Smalt #042B85

Color information

#042B85 (or 0x042B85) is unknown color: approx Smalt. HEX triplet: 04, 2B and 85. RGB value is (4,43,133). Sum of RGB (Red+Green+Blue) = 4+43+133=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #042B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B85 is #FBD47A. Grayscale: #292929. Windows color (decimal): -16503931 or 8727300. OLE color: 8727300.

HSL color Cylindrical-coordinate representation of color #042B85: hue angle of 221.86º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B85 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB443133-
CMYK0.970.6800.48
HSL221.86º94.16%26.86%-
HSV(B)221.86º96.99%52.16%-
XYZ5.153.4522.58-
YUV41.6179.58101.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 133 (52.34% from 255) = 73.89%
R=2.22%
G=23.89%
B=73.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4431330.970.6800.48221.8694.1626.86
Hex42B856144030de5e1b
Octal45320514110406033613633
Binary1001010111000010111000011000100011000011011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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