#163485

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

Shades of Smalt #163485

Tints of Smalt #163485

Color information

#163485 (or 0x163485) is unknown color: approx Smalt. HEX triplet: 16, 34 and 85. RGB value is (22,52,133). Sum of RGB (Red+Green+Blue) = 22+52+133=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #163485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163485 is #E9CB7A. Grayscale: #333333. Windows color (decimal): -15321979 or 8729622. OLE color: 8729622.

HSL color Cylindrical-coordinate representation of color #163485: hue angle of 223.78º 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 #163485 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2252133-
CMYK0.830.6100.48
HSL223.78º71.61%30.39%-
HSV(B)223.78º83.46%52.16%-
XYZ5.794.3222.72-
YUV52.26173.56106.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=10.63%
G=25.12%
B=64.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22521330.830.6100.48223.7871.6130.39
Hex163485533D030e0481e
Octal26642051237506034011036
Binary10110110100100001011010011111101011000011100000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163485; }

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

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

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

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

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

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

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

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