#172959

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

Shades of Sapphire #172959

Tints of Sapphire #172959

Color information

#172959 (or 0x172959) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 59. RGB value is (23,41,89). Sum of RGB (Red+Green+Blue) = 23+41+89=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #172959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172959 is #E8D6A6. Grayscale: #282828. Windows color (decimal): -15259303 or 5843223. OLE color: 5843223.

HSL color Cylindrical-coordinate representation of color #172959: hue angle of 223.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172959 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234189-
CMYK0.740.5400.65
HSL223.64º58.93%21.96%-
HSV(B)223.64º74.16%34.9%-
XYZ2.952.499.78-
YUV41.09155.04115.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=15.03%
G=26.80%
B=58.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2341890.740.5400.65223.6458.9321.96
Hex1729594A36041e03b16
Octal27511311126601013407326
Binary1011110100110110011001010110110010000011110000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172959; }

 p { color: rgb(23,41,89); }

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

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

 a { background-color: rgb(23,41,89); }

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

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

 span { border-color: rgb(23,41,89); }

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