#022C82

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

Shades of Smalt #022C82

Tints of Smalt #022C82

Color information

#022C82 (or 0x022C82) is unknown color: approx Smalt. HEX triplet: 02, 2C and 82. RGB value is (2,44,130). Sum of RGB (Red+Green+Blue) = 2+44+130=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #022C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C82 is #FDD37D. Grayscale: #282828. Windows color (decimal): -16634750 or 8530946. OLE color: 8530946.

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

Color convert

RGB244130-
CMYK0.980.6600.49
HSL220.31º96.97%25.88%-
HSV(B)220.31º98.46%50.98%-
XYZ4.953.4321.52-
YUV41.25178.09100.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 73.86%
R=1.14%
G=25%
B=73.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2441300.980.6600.49220.3196.9725.88
Hex22C826242031dc611a
Octal25420214210206133414132
Binary101011001000001011000101000010011000111011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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