#173376

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

Shades of Sapphire #173376

Tints of Sapphire #173376

Color information

#173376 (or 0x173376) is unknown color: approx Sapphire. HEX triplet: 17, 33 and 76. RGB value is (23,51,118). Sum of RGB (Red+Green+Blue) = 23+51+118=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #173376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173376 is #E8CC89. Grayscale: #313131. Windows color (decimal): -15256714 or 7746327. OLE color: 7746327.

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

Color convert

RGB2351118-
CMYK0.810.5700.54
HSL222.32º67.38%27.65%-
HSV(B)222.32º80.51%46.27%-
XYZ4.813.8617.63-
YUV50.27166.22108.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=11.98%
G=26.56%
B=61.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23511180.810.5700.54222.3267.3827.65
Hex1733765139036de431c
Octal27631661217106633610334
Binary1011111001111101101010001111001011011011011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173376; }

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

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

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

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

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

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

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

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