#172F65

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

Shades of Sapphire #172F65

Tints of Sapphire #172F65

Color information

#172F65 (or 0x172F65) is unknown color: approx Sapphire. HEX triplet: 17, 2F and 65. RGB value is (23,47,101). Sum of RGB (Red+Green+Blue) = 23+47+101=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #172F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F65 is #E8D09A. Grayscale: #2D2D2D. Windows color (decimal): -15257755 or 6631191. OLE color: 6631191.

HSL color Cylindrical-coordinate representation of color #172F65: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172F65 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2347101-
CMYK0.770.5300.60
HSL221.54º62.9%24.31%-
HSV(B)221.54º77.23%39.61%-
XYZ3.723.1512.72-
YUV45.98159.05111.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=13.45%
G=27.49%
B=59.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23471010.770.5300.60221.5462.924.31
Hex172F654D3503Cde3f18
Octal2757145115650743367730
Binary101111011111100101100110111010101111001101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,101); }

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

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

 a { background-color: rgb(23,47,101); }

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

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

 span { border-color: rgb(23,47,101); }

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