#163787

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

Shades of Smalt #163787

Tints of Smalt #163787

Color information

#163787 (or 0x163787) is unknown color: approx Smalt. HEX triplet: 16, 37 and 87. RGB value is (22,55,135). Sum of RGB (Red+Green+Blue) = 22+55+135=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #163787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163787 is #E9C878. Grayscale: #353535. Windows color (decimal): -15321209 or 8861462. OLE color: 8861462.

HSL color Cylindrical-coordinate representation of color #163787: hue angle of 222.48º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163787 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2255135-
CMYK0.840.5900.47
HSL222.48º71.97%30.78%-
HSV(B)222.48º83.7%52.94%-
XYZ6.074.6523.5-
YUV54.25173.57105-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=10.38%
G=25.94%
B=63.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22551350.840.5900.47222.4871.9730.78
Hex163787543B02Fde481f
Octal26672071247305733611037
Binary10110110111100001111010100111011010111111011110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163787; }

 p { color: rgb(22,55,135); }

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

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

 a { background-color: rgb(22,55,135); }

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

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

 span { border-color: rgb(22,55,135); }

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