#163185

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

Shades of Smalt #163185

Tints of Smalt #163185

Color information

#163185 (or 0x163185) is unknown color: approx Smalt. HEX triplet: 16, 31 and 85. RGB value is (22,49,133). Sum of RGB (Red+Green+Blue) = 22+49+133=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #163185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163185 is #E9CE7A. Grayscale: #323232. Windows color (decimal): -15322747 or 8728854. OLE color: 8728854.

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

Color convert

RGB2249133-
CMYK0.830.6300.48
HSL225.41º71.61%30.39%-
HSV(B)225.41º83.46%52.16%-
XYZ5.664.0622.68-
YUV50.5174.55107.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=10.78%
G=24.02%
B=65.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22491330.830.6300.48225.4171.6130.39
Hex163185533F030e1481e
Octal26612051237706034111036
Binary10110110001100001011010011111111011000011100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163185; }

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

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

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

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

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

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

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

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