#163373

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

Shades of Sapphire #163373

Tints of Sapphire #163373

Color information

#163373 (or 0x163373) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 73. RGB value is (22,51,115). Sum of RGB (Red+Green+Blue) = 22+51+115=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #163373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163373 is #E9CC8C. Grayscale: #313131. Windows color (decimal): -15322253 or 7549718. OLE color: 7549718.

HSL color Cylindrical-coordinate representation of color #163373: hue angle of 221.29º 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 #163373 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2251115-
CMYK0.810.5600.55
HSL221.29º67.88%26.86%-
HSV(B)221.29º80.87%45.1%-
XYZ4.613.7816.71-
YUV49.62164.89108.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=11.70%
G=27.13%
B=61.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22511150.810.5600.55221.2967.8826.86
Hex1633735138037dd441b
Octal26631631217006733510433
Binary1011011001111100111010001111000011011111011101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163373; }

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

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

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

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

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

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

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

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