#172d71

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

Shades of Sapphire #172D71

Tints of Sapphire #172D71

Color information

#172D71 (or 0x172D71) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 71. RGB value is (23,45,113). Sum of RGB (Red+Green+Blue) = 23+45+113=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #172D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D71 is #E8D28E. Grayscale: #2D2D2D. Windows color (decimal): -15258255 or 7417111. OLE color: 7417111.

HSL color Cylindrical-coordinate representation of color #172D71: hue angle of 225.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172D71 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2345113-
CMYK0.800.6000.56
HSL225.33º66.18%26.67%-
HSV(B)225.33º79.65%44.31%-
XYZ4.273.2516.03-
YUV46.17165.71111.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 113 (44.53% from 255) = 62.43%
R=12.71%
G=24.86%
B=62.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23451130.800.6000.56225.3366.1826.67
Hex172D71503C038e1421b
Octal27551611207407034110233
Binary1011110110111100011010000111100011100011100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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