#173576

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

Shades of Sapphire #173576

Tints of Sapphire #173576

Color information

#173576 (or 0x173576) is unknown color: approx Sapphire. HEX triplet: 17, 35 and 76. RGB value is (23,53,118). Sum of RGB (Red+Green+Blue) = 23+53+118=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #173576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173576 is #E8CA89. Grayscale: #333333. Windows color (decimal): -15256202 or 7746839. OLE color: 7746839.

HSL color Cylindrical-coordinate representation of color #173576: hue angle of 221.05º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173576 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2353118-
CMYK0.810.5500.54
HSL221.05º67.38%27.65%-
HSV(B)221.05º80.51%46.27%-
XYZ4.94.0417.66-
YUV51.44165.56107.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=11.86%
G=27.32%
B=60.82%

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
Decimal23531180.810.5500.54221.0567.3827.65
Hex1735765137036dd431c
Octal27651661216706633510334
Binary1011111010111101101010001110111011011011011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173576; }

 p { color: rgb(23,53,118); }

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

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

 a { background-color: rgb(23,53,118); }

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

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

 span { border-color: rgb(23,53,118); }

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