#163163

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

Shades of Sapphire #163163

Tints of Sapphire #163163

Color information

#163163 (or 0x163163) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 63. RGB value is (22,49,99). Sum of RGB (Red+Green+Blue) = 22+49+99=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #163163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163163 is #E9CE9C. Grayscale: #2E2E2E. Windows color (decimal): -15322781 or 6500630. OLE color: 6500630.

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

Color convert

RGB224999-
CMYK0.780.5100.61
HSL218.96º63.64%23.73%-
HSV(B)218.96º77.78%38.82%-
XYZ3.683.2712.24-
YUV46.63157.55110.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=12.94%
G=28.82%
B=58.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2249990.780.5100.61218.9663.6423.73
Hex1631634E3303Ddb4018
Octal26611431166307533310030
Binary1011011000111000111001110110011011110111011011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163163; }

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

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

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

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

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

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

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

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