#163376

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

Shades of Sapphire #163376

Tints of Sapphire #163376

Color information

#163376 (or 0x163376) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 76. RGB value is (22,51,118). Sum of RGB (Red+Green+Blue) = 22+51+118=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #163376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163376 is #E9CC89. Grayscale: #313131. Windows color (decimal): -15322250 or 7746326. OLE color: 7746326.

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

Color convert

RGB2251118-
CMYK0.810.5700.54
HSL221.88º68.57%27.45%-
HSV(B)221.88º81.36%46.27%-
XYZ4.783.8517.63-
YUV49.97166.39108.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=11.52%
G=26.70%
B=61.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22511180.810.5700.54221.8868.5727.45
Hex1633765139036de451b
Octal26631661217106633610533
Binary1011011001111101101010001111001011011011011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163376; }

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

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

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

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

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

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

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

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