#163E8E

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

Shades of Smalt #163E8E

Tints of Smalt #163E8E

Color information

#163E8E (or 0x163E8E) is unknown color: approx Smalt. HEX triplet: 16, 3E and 8E. RGB value is (22,62,142). Sum of RGB (Red+Green+Blue) = 22+62+142=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #163E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E8E is #E9C171. Grayscale: #3A3A3A. Windows color (decimal): -15319410 or 9322006. OLE color: 9322006.

HSL color Cylindrical-coordinate representation of color #163E8E: hue angle of 220º 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 #163E8E is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2262142-
CMYK0.850.5600.44
HSL220º73.17%32.16%-
HSV(B)220º84.51%55.69%-
XYZ6.945.5726.3-
YUV59.16174.75101.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=9.73%
G=27.43%
B=62.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22621420.850.5600.4422073.1732.16
Hex163E8E553802Cdc4920
Octal26762161257005433411140
Binary101101111101000111010101011110000101100110111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,142); }

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

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

 a { background-color: rgb(22,62,142); }

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

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

 span { border-color: rgb(22,62,142); }

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