#173375

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

Shades of Sapphire #173375

Tints of Sapphire #173375

Color information

#173375 (or 0x173375) is unknown color: approx Sapphire. HEX triplet: 17, 33 and 75. RGB value is (23,51,117). Sum of RGB (Red+Green+Blue) = 23+51+117=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #173375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173375 is #E8CC8A. Grayscale: #313131. Windows color (decimal): -15256715 or 7680791. OLE color: 7680791.

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

Color convert

RGB2351117-
CMYK0.800.5600.54
HSL222.13º67.14%27.45%-
HSV(B)222.13º80.34%45.88%-
XYZ4.753.8317.32-
YUV50.15165.72108.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=12.04%
G=26.70%
B=61.26%

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
Decimal23511170.800.5600.54222.1367.1427.45
Hex1733755038036de431b
Octal27631651207006633610333
Binary1011111001111101011010000111000011011011011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173375; }

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

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

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

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

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

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

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

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