#172C72

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

Shades of Sapphire #172C72

Tints of Sapphire #172C72

Color information

#172C72 (or 0x172C72) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 72. RGB value is (23,44,114). Sum of RGB (Red+Green+Blue) = 23+44+114=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #172C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C72 is #E8D38D. Grayscale: #2D2D2D. Windows color (decimal): -15258510 or 7482391. OLE color: 7482391.

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

Color convert

RGB2344114-
CMYK0.800.6100.55
HSL226.15º66.42%26.86%-
HSV(B)226.15º79.82%44.71%-
XYZ4.293.216.31-
YUV45.7166.54111.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=12.71%
G=24.31%
B=62.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23441140.800.6100.55226.1566.4226.86
Hex172C72503D037e2421b
Octal27541621207506734210233
Binary1011110110011100101010000111101011011111100010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,44,114); }

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

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

 a { background-color: rgb(23,44,114); }

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

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

 span { border-color: rgb(23,44,114); }

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