#172460

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

Shades of Sapphire #172460

Tints of Sapphire #172460

Color information

#172460 (or 0x172460) is unknown color: approx Sapphire. HEX triplet: 17, 24 and 60. RGB value is (23,36,96). Sum of RGB (Red+Green+Blue) = 23+36+96=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #172460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172460 is #E8DB9F. Grayscale: #262626. Windows color (decimal): -15260576 or 6300695. OLE color: 6300695.

HSL color Cylindrical-coordinate representation of color #172460: hue angle of 229.32º 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 #172460 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB233696-
CMYK0.760.6200.62
HSL229.32º61.34%23.33%-
HSV(B)229.32º76.04%37.65%-
XYZ3.12.2911.34-
YUV38.95160.19116.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=14.84%
G=23.23%
B=61.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2336960.760.6200.62229.3261.3423.33
Hex1724604C3E03Ee53d17
Octal2744140114760763457527
Binary101111001001100000100110011111001111101110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172460; }

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

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

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

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

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

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

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

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