#022582

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

Shades of Smalt #022582

Tints of Smalt #022582

Color information

#022582 (or 0x022582) is unknown color: approx Smalt. HEX triplet: 02, 25 and 82. RGB value is (2,37,130). Sum of RGB (Red+Green+Blue) = 2+37+130=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #022582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022582 is #FDDA7D. Grayscale: #242424. Windows color (decimal): -16636542 or 8529154. OLE color: 8529154.

HSL color Cylindrical-coordinate representation of color #022582: hue angle of 223.59º 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 #022582 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB237130-
CMYK0.980.7200.49
HSL223.59º96.97%25.88%-
HSV(B)223.59º98.46%50.98%-
XYZ4.722.9521.44-
YUV37.14180.4102.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 130 (51.17% from 255) = 76.92%
R=1.18%
G=21.89%
B=76.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2371300.980.7200.49223.5996.9725.88
Hex225826248031e0611a
Octal24520214211006134014132
Binary101001011000001011000101001000011000111100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022582; }

 p { color: rgb(2,37,130); }

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

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

 a { background-color: rgb(2,37,130); }

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

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

 span { border-color: rgb(2,37,130); }

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