#163B8D

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

Shades of Smalt #163B8D

Tints of Smalt #163B8D

Color information

#163B8D (or 0x163B8D) is unknown color: approx Smalt. HEX triplet: 16, 3B and 8D. RGB value is (22,59,141). Sum of RGB (Red+Green+Blue) = 22+59+141=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #163B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B8D is #E9C472. Grayscale: #383838. Windows color (decimal): -15320179 or 9255702. OLE color: 9255702.

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

Color convert

RGB2259141-
CMYK0.840.5800.45
HSL221.34º73.01%31.96%-
HSV(B)221.34º84.4%55.29%-
XYZ6.75.2225.85-
YUV57.28175.24102.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 141 (55.47% from 255) = 63.51%
R=9.91%
G=26.58%
B=63.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22591410.840.5800.45221.3473.0131.96
Hex163B8D543A02Ddd4920
Octal26732151247205533511140
Binary101101110111000110110101001110100101101110111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,141); }

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

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

 a { background-color: rgb(22,59,141); }

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

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

 span { border-color: rgb(22,59,141); }

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