#022C85

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

Shades of Smalt #022C85

Tints of Smalt #022C85

Color information

#022C85 (or 0x022C85) is unknown color: approx Smalt. HEX triplet: 02, 2C and 85. RGB value is (2,44,133). Sum of RGB (Red+Green+Blue) = 2+44+133=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #022C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C85 is #FDD37A. Grayscale: #292929. Windows color (decimal): -16634747 or 8727554. OLE color: 8727554.

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

Color convert

RGB244133-
CMYK0.980.6700.48
HSL220.76º97.04%26.47%-
HSV(B)220.76º98.5%52.16%-
XYZ5.163.5122.6-
YUV41.59179.5999.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 133 (52.34% from 255) = 74.30%
R=1.12%
G=24.58%
B=74.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2441330.980.6700.48220.7697.0426.47
Hex22C856243030dd611a
Octal25420514210306033514132
Binary101011001000010111000101000011011000011011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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