#163175

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

Shades of Sapphire #163175

Tints of Sapphire #163175

Color information

#163175 (or 0x163175) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 75. RGB value is (22,49,117). Sum of RGB (Red+Green+Blue) = 22+49+117=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #163175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163175 is #E9CE8A. Grayscale: #303030. Windows color (decimal): -15322763 or 7680278. OLE color: 7680278.

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

Color convert

RGB2249117-
CMYK0.810.5800.54
HSL222.95º68.35%27.25%-
HSV(B)222.95º81.2%45.88%-
XYZ4.643.6517.29-
YUV48.68166.55108.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=11.70%
G=26.06%
B=62.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22491170.810.5800.54222.9568.3527.25
Hex163175513A036df441b
Octal26611651217206633710433
Binary1011011000111101011010001111010011011011011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163175; }

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

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

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

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

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

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

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

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