#172C58

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

Shades of Sapphire #172C58

Tints of Sapphire #172C58

Color information

#172C58 (or 0x172C58) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 58. RGB value is (23,44,88). Sum of RGB (Red+Green+Blue) = 23+44+88=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #172C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C58 is #E8D3A7. Grayscale: #2A2A2A. Windows color (decimal): -15258536 or 5778455. OLE color: 5778455.

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

Color convert

RGB234488-
CMYK0.740.500.65
HSL220.62º58.56%21.76%-
HSV(B)220.62º73.86%34.51%-
XYZ3.022.699.59-
YUV42.74153.54113.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=14.84%
G=28.39%
B=56.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2344880.740.500.65220.6258.5621.76
Hex172C584A32041dd3b16
Octal27541301126201013357326
Binary1011110110010110001001010110010010000011101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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