#163173

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

Shades of Sapphire #163173

Tints of Sapphire #163173

Color information

#163173 (or 0x163173) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 73. RGB value is (22,49,115). Sum of RGB (Red+Green+Blue) = 22+49+115=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #163173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163173 is #E9CE8C. Grayscale: #303030. Windows color (decimal): -15322765 or 7549206. OLE color: 7549206.

HSL color Cylindrical-coordinate representation of color #163173: hue angle of 222.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163173 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2249115-
CMYK0.810.5700.55
HSL222.58º67.88%26.86%-
HSV(B)222.58º80.87%45.1%-
XYZ4.523.6116.68-
YUV48.45165.55109.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 115 (45.31% from 255) = 61.83%
R=11.83%
G=26.34%
B=61.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22491150.810.5700.55222.5867.8826.86
Hex1631735139037df441b
Octal26611631217106733710433
Binary1011011000111100111010001111001011011111011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163173; }

 p { color: rgb(22,49,115); }

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

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

 a { background-color: rgb(22,49,115); }

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

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

 span { border-color: rgb(22,49,115); }

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