#172C5C

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

Shades of Sapphire #172C5C

Tints of Sapphire #172C5C

Color information

#172C5C (or 0x172C5C) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 5C. RGB value is (23,44,92). Sum of RGB (Red+Green+Blue) = 23+44+92=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #172C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C5C is #E8D3A3. Grayscale: #2A2A2A. Windows color (decimal): -15258532 or 6040599. OLE color: 6040599.

HSL color Cylindrical-coordinate representation of color #172C5C: hue angle of 221.74º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172C5C is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234492-
CMYK0.750.5200.64
HSL221.74º60%22.55%-
HSV(B)221.74º75%36.08%-
XYZ3.192.7610.49-
YUV43.19155.54113.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=14.47%
G=27.67%
B=57.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2344920.750.5200.64221.746022.55
Hex172C5C4B34040de3c17
Octal27541341136401003367427
Binary1011110110010111001001011110100010000001101111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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