#163C8F

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

Shades of Smalt #163C8F

Tints of Smalt #163C8F

Color information

#163C8F (or 0x163C8F) is unknown color: approx Smalt. HEX triplet: 16, 3C and 8F. RGB value is (22,60,143). Sum of RGB (Red+Green+Blue) = 22+60+143=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #163C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C8F is #E9C370. Grayscale: #393939. Windows color (decimal): -15319921 or 9387030. OLE color: 9387030.

HSL color Cylindrical-coordinate representation of color #163C8F: hue angle of 221.16º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163C8F is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2260143-
CMYK0.850.5800.44
HSL221.16º73.33%32.35%-
HSV(B)221.16º84.62%56.08%-
XYZ6.95.3926.66-
YUV58.1175.91102.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 63.56%
R=9.78%
G=26.67%
B=63.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22601430.850.5800.44221.1673.3332.35
Hex163C8F553A02Cdd4920
Octal26742171257205433511140
Binary101101111001000111110101011110100101100110111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163C8F; }

 p { color: rgb(22,60,143); }

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

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

 a { background-color: rgb(22,60,143); }

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

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

 span { border-color: rgb(22,60,143); }

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