#163165

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

Shades of Sapphire #163165

Tints of Sapphire #163165

Color information

#163165 (or 0x163165) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 65. RGB value is (22,49,101). Sum of RGB (Red+Green+Blue) = 22+49+101=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #163165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163165 is #E9CE9A. Grayscale: #2E2E2E. Windows color (decimal): -15322779 or 6631702. OLE color: 6631702.

HSL color Cylindrical-coordinate representation of color #163165: hue angle of 219.49º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163165 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2249101-
CMYK0.780.5100.60
HSL219.49º64.23%24.12%-
HSV(B)219.49º78.22%39.61%-
XYZ3.783.3112.75-
YUV46.86158.55110.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=12.79%
G=28.49%
B=58.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22491010.780.5100.60219.4964.2324.12
Hex1631654E3303Cdb4018
Octal26611451166307433310030
Binary1011011000111001011001110110011011110011011011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163165; }

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

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

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

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

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

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

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

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