#172E71

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

Shades of Sapphire #172E71

Tints of Sapphire #172E71

Color information

#172E71 (or 0x172E71) is unknown color: approx Sapphire. HEX triplet: 17, 2E and 71. RGB value is (23,46,113). Sum of RGB (Red+Green+Blue) = 23+46+113=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #172E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E71 is #E8D18E. Grayscale: #2E2E2E. Windows color (decimal): -15257999 or 7417367. OLE color: 7417367.

HSL color Cylindrical-coordinate representation of color #172E71: hue angle of 224.67º 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 #172E71 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2346113-
CMYK0.800.5900.56
HSL224.67º66.18%26.67%-
HSV(B)224.67º79.65%44.31%-
XYZ4.313.3316.04-
YUV46.76165.38111.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.64%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=12.64%
G=25.27%
B=62.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23461130.800.5900.56224.6766.1826.67
Hex172E71503B038e1421b
Octal27561611207307034110233
Binary1011110111011100011010000111011011100011100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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