#173475

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

Shades of Sapphire #173475

Tints of Sapphire #173475

Color information

#173475 (or 0x173475) is unknown color: approx Sapphire. HEX triplet: 17, 34 and 75. RGB value is (23,52,117). Sum of RGB (Red+Green+Blue) = 23+52+117=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 52 (20.70% from 255 or 27.08% 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 #173475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173475 is #E8CB8A. Grayscale: #323232. Windows color (decimal): -15256459 or 7681047. OLE color: 7681047.

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

Color convert

RGB2352117-
CMYK0.800.5600.54
HSL221.49º67.14%27.45%-
HSV(B)221.49º80.34%45.88%-
XYZ4.793.9217.33-
YUV50.74165.39108.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=11.98%
G=27.08%
B=60.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23521170.800.5600.54221.4967.1427.45
Hex1734755038036dd431b
Octal27641651207006633510333
Binary1011111010011101011010000111000011011011011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173475; }

 p { color: rgb(23,52,117); }

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

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

 a { background-color: rgb(23,52,117); }

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

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

 span { border-color: rgb(23,52,117); }

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