#162C85

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

Shades of Smalt #162C85

Tints of Smalt #162C85

Color information

#162C85 (or 0x162C85) is unknown color: approx Smalt. HEX triplet: 16, 2C and 85. RGB value is (22,44,133). Sum of RGB (Red+Green+Blue) = 22+44+133=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #162C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C85 is #E9D37A. Grayscale: #2F2F2F. Windows color (decimal): -15324027 or 8727574. OLE color: 8727574.

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

Color convert

RGB2244133-
CMYK0.830.6700.48
HSL228.11º71.61%30.39%-
HSV(B)228.11º83.46%52.16%-
XYZ5.473.6722.61-
YUV47.57176.21109.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=11.06%
G=22.11%
B=66.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22441330.830.6700.48228.1171.6130.39
Hex162C855343030e4481e
Octal265420512310306034411036
Binary101101011001000010110100111000011011000011100100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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