#172D58

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

Shades of Sapphire #172D58

Tints of Sapphire #172D58

Color information

#172D58 (or 0x172D58) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 58. RGB value is (23,45,88). Sum of RGB (Red+Green+Blue) = 23+45+88=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #172D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D58 is #E8D2A7. Grayscale: #2B2B2B. Windows color (decimal): -15258280 or 5778711. OLE color: 5778711.

HSL color Cylindrical-coordinate representation of color #172D58: hue angle of 219.69º 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 #172D58 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234588-
CMYK0.740.4900.65
HSL219.69º58.56%21.76%-
HSV(B)219.69º73.86%34.51%-
XYZ3.052.769.61-
YUV43.32153.21113.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=14.74%
G=28.85%
B=56.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2345880.740.4900.65219.6958.5621.76
Hex172D584A31041dc3b16
Octal27551301126101013347326
Binary1011110110110110001001010110001010000011101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172D58; }

 p { color: rgb(23,45,88); }

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

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

 a { background-color: rgb(23,45,88); }

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

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

 span { border-color: rgb(23,45,88); }

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