#173275

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

Shades of Sapphire #173275

Tints of Sapphire #173275

Color information

#173275 (or 0x173275) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 75. RGB value is (23,50,117). Sum of RGB (Red+Green+Blue) = 23+50+117=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #173275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173275 is #E8CD8A. Grayscale: #313131. Windows color (decimal): -15256971 or 7680535. OLE color: 7680535.

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

Color convert

RGB2350117-
CMYK0.800.5700.54
HSL222.77º67.14%27.45%-
HSV(B)222.77º80.34%45.88%-
XYZ4.73.7517.31-
YUV49.56166.05109.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=12.11%
G=26.32%
B=61.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23501170.800.5700.54222.7767.1427.45
Hex1732755039036df431b
Octal27621651207106633710333
Binary1011111001011101011010000111001011011011011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173275; }

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

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

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

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

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

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

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

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