#172560

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

Shades of Sapphire #172560

Tints of Sapphire #172560

Color information

#172560 (or 0x172560) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 60. RGB value is (23,37,96). Sum of RGB (Red+Green+Blue) = 23+37+96=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #172560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172560 is #E8DA9F. Grayscale: #272727. Windows color (decimal): -15260320 or 6300951. OLE color: 6300951.

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

Color convert

RGB233796-
CMYK0.760.6100.62
HSL228.49º61.34%23.33%-
HSV(B)228.49º76.04%37.65%-
XYZ3.132.3511.36-
YUV39.54159.86116.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=14.74%
G=23.72%
B=61.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2337960.760.6100.62228.4961.3423.33
Hex1725604C3D03Ee43d17
Octal2745140114750763447527
Binary101111001011100000100110011110101111101110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172560; }

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

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

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

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

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

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

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

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