#163363

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

Shades of Sapphire #163363

Tints of Sapphire #163363

Color information

#163363 (or 0x163363) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 63. RGB value is (22,51,99). Sum of RGB (Red+Green+Blue) = 22+51+99=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #163363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163363 is #E9CC9C. Grayscale: #2F2F2F. Windows color (decimal): -15322269 or 6501142. OLE color: 6501142.

HSL color Cylindrical-coordinate representation of color #163363: hue angle of 217.4º 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 #163363 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB225199-
CMYK0.780.4800.61
HSL217.4º63.64%23.73%-
HSV(B)217.4º77.78%38.82%-
XYZ3.773.4412.27-
YUV47.8156.89109.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=12.79%
G=29.65%
B=57.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2251990.780.4800.61217.463.6423.73
Hex1633634E3003Dd94018
Octal26631431166007533110030
Binary1011011001111000111001110110000011110111011001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163363; }

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

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

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

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

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

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

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

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