#172660

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

Shades of Sapphire #172660

Tints of Sapphire #172660

Color information

#172660 (or 0x172660) is unknown color: approx Sapphire. HEX triplet: 17, 26 and 60. RGB value is (23,38,96). Sum of RGB (Red+Green+Blue) = 23+38+96=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #172660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172660 is #E8D99F. Grayscale: #272727. Windows color (decimal): -15260064 or 6301207. OLE color: 6301207.

HSL color Cylindrical-coordinate representation of color #172660: hue angle of 227.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172660 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB233896-
CMYK0.760.6000.62
HSL227.67º61.34%23.33%-
HSV(B)227.67º76.04%37.65%-
XYZ3.162.4111.37-
YUV40.13159.53115.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=14.65%
G=24.20%
B=61.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2338960.760.6000.62227.6761.3423.33
Hex1726604C3C03Ee43d17
Octal2746140114740763447527
Binary101111001101100000100110011110001111101110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172660; }

 p { color: rgb(23,38,96); }

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

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

 a { background-color: rgb(23,38,96); }

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

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

 span { border-color: rgb(23,38,96); }

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