#163577

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

Shades of Sapphire #163577

Tints of Sapphire #163577

Color information

#163577 (or 0x163577) is unknown color: approx Sapphire. HEX triplet: 16, 35 and 77. RGB value is (22,53,119). Sum of RGB (Red+Green+Blue) = 22+53+119=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #163577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163577 is #E9CA88. Grayscale: #323232. Windows color (decimal): -15321737 or 7812374. OLE color: 7812374.

HSL color Cylindrical-coordinate representation of color #163577: hue angle of 220.82º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163577 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2253119-
CMYK0.820.5500.53
HSL220.82º68.79%27.65%-
HSV(B)220.82º81.51%46.67%-
XYZ4.934.0517.97-
YUV51.26166.23107.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=11.34%
G=27.32%
B=61.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22531190.820.5500.53220.8268.7927.65
Hex1635775237035dd451c
Octal26651671226706533510534
Binary1011011010111101111010010110111011010111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163577; }

 p { color: rgb(22,53,119); }

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

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

 a { background-color: rgb(22,53,119); }

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

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

 span { border-color: rgb(22,53,119); }

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