#163575

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

Shades of Sapphire #163575

Tints of Sapphire #163575

Color information

#163575 (or 0x163575) is unknown color: approx Sapphire. HEX triplet: 16, 35 and 75. RGB value is (22,53,117). Sum of RGB (Red+Green+Blue) = 22+53+117=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #163575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163575 is #E9CA8A. Grayscale: #323232. Windows color (decimal): -15321739 or 7681302. OLE color: 7681302.

HSL color Cylindrical-coordinate representation of color #163575: hue angle of 220.42º degrees, saturation: 0.68, 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 #163575 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2253117-
CMYK0.810.5500.54
HSL220.42º68.35%27.25%-
HSV(B)220.42º81.2%45.88%-
XYZ4.81417.35-
YUV51.03165.23107.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=11.46%
G=27.60%
B=60.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22531170.810.5500.54220.4268.3527.25
Hex1635755137036dc441b
Octal26651651216706633410433
Binary1011011010111101011010001110111011011011011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163575; }

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

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

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

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

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

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

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

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