#173374

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

Shades of Sapphire #173374

Tints of Sapphire #173374

Color information

#173374 (or 0x173374) is unknown color: approx Sapphire. HEX triplet: 17, 33 and 74. RGB value is (23,51,116). Sum of RGB (Red+Green+Blue) = 23+51+116=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #173374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173374 is #E8CC8B. Grayscale: #313131. Windows color (decimal): -15256716 or 7615255. OLE color: 7615255.

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

Color convert

RGB2351116-
CMYK0.800.5600.55
HSL221.94º66.91%27.25%-
HSV(B)221.94º80.17%45.49%-
XYZ4.693.8117.01-
YUV50.04165.22108.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=12.11%
G=26.84%
B=61.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23511160.800.5600.55221.9466.9127.25
Hex1733745038037de431b
Octal27631641207006733610333
Binary1011111001111101001010000111000011011111011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173374; }

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

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

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

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

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

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

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

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