#173174

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

Shades of Sapphire #173174

Tints of Sapphire #173174

Color information

#173174 (or 0x173174) is unknown color: approx Sapphire. HEX triplet: 17, 31 and 74. RGB value is (23,49,116). Sum of RGB (Red+Green+Blue) = 23+49+116=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #173174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173174 is #E8CE8B. Grayscale: #303030. Windows color (decimal): -15257228 or 7614743. OLE color: 7614743.

HSL color Cylindrical-coordinate representation of color #173174: hue angle of 223.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173174 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2349116-
CMYK0.800.5800.55
HSL223.23º66.91%27.25%-
HSV(B)223.23º80.17%45.49%-
XYZ4.63.6416.98-
YUV48.86165.89109.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=12.23%
G=26.06%
B=61.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23491160.800.5800.55223.2366.9127.25
Hex173174503A037df431b
Octal27611641207206733710333
Binary1011111000111101001010000111010011011111011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173174; }

 p { color: rgb(23,49,116); }

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

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

 a { background-color: rgb(23,49,116); }

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

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

 span { border-color: rgb(23,49,116); }

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