#173172

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

Shades of Sapphire #173172

Tints of Sapphire #173172

Color information

#173172 (or 0x173172) is unknown color: approx Sapphire. HEX triplet: 17, 31 and 72. RGB value is (23,49,114). Sum of RGB (Red+Green+Blue) = 23+49+114=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #173172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173172 is #E8CE8D. Grayscale: #303030. Windows color (decimal): -15257230 or 7483671. OLE color: 7483671.

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

Color convert

RGB2349114-
CMYK0.800.5700.55
HSL222.86º66.42%26.86%-
HSV(B)222.86º79.82%44.71%-
XYZ4.493.5916.38-
YUV48.64164.89109.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=12.37%
G=26.34%
B=61.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23491140.800.5700.55222.8666.4226.86
Hex1731725039037df421b
Octal27611621207106733710233
Binary1011111000111100101010000111001011011111011111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173172; }

 p { color: rgb(23,49,114); }

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

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

 a { background-color: rgb(23,49,114); }

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

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

 span { border-color: rgb(23,49,114); }

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