#163385

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

Shades of Smalt #163385

Tints of Smalt #163385

Color information

#163385 (or 0x163385) is unknown color: approx Smalt. HEX triplet: 16, 33 and 85. RGB value is (22,51,133). Sum of RGB (Red+Green+Blue) = 22+51+133=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #163385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163385 is #E9CC7A. Grayscale: #333333. Windows color (decimal): -15322235 or 8729366. OLE color: 8729366.

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

Color convert

RGB2251133-
CMYK0.830.6200.48
HSL224.32º71.61%30.39%-
HSV(B)224.32º83.46%52.16%-
XYZ5.754.2322.7-
YUV51.68173.89106.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=10.68%
G=24.76%
B=64.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22511330.830.6200.48224.3271.6130.39
Hex163385533E030e0481e
Octal26632051237606034011036
Binary10110110011100001011010011111110011000011100000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163385; }

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

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

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

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

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

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

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

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