#022E83

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

Shades of Smalt #022E83

Tints of Smalt #022E83

Color information

#022E83 (or 0x022E83) is unknown color: approx Smalt. HEX triplet: 02, 2E and 83. RGB value is (2,46,131). Sum of RGB (Red+Green+Blue) = 2+46+131=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #022E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E83 is #FDD17C. Grayscale: #2A2A2A. Windows color (decimal): -16634237 or 8596994. OLE color: 8596994.

HSL color Cylindrical-coordinate representation of color #022E83: hue angle of 219.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E83 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB246131-
CMYK0.980.6500.49
HSL219.53º96.99%26.08%-
HSV(B)219.53º98.47%51.37%-
XYZ5.13.6121.9-
YUV42.53177.9299.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 131 (51.56% from 255) = 73.18%
R=1.12%
G=25.70%
B=73.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2461310.980.6500.49219.5396.9926.08
Hex22E836241031dc611a
Octal25620314210106133414132
Binary101011101000001111000101000001011000111011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E83; }

 p { color: rgb(2,46,131); }

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

<style>
 a { background-color: #022E83; }

 a { background-color: rgb(2,46,131); }

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

<style>
 span { border-color: #022E83; }

 span { border-color: rgb(2,46,131); }

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