#172765

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

Shades of Sapphire #172765

Tints of Sapphire #172765

Color information

#172765 (or 0x172765) is unknown color: approx Sapphire. HEX triplet: 17, 27 and 65. RGB value is (23,39,101). Sum of RGB (Red+Green+Blue) = 23+39+101=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #172765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172765 is #E8D89A. Grayscale: #292929. Windows color (decimal): -15259803 or 6629143. OLE color: 6629143.

HSL color Cylindrical-coordinate representation of color #172765: hue angle of 227.69º 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 #172765 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2339101-
CMYK0.770.6100.60
HSL227.69º62.9%24.31%-
HSV(B)227.69º77.23%39.61%-
XYZ3.432.5712.63-
YUV41.28161.7114.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.11%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=14.11%
G=23.93%
B=61.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23391010.770.6100.60227.6962.924.31
Hex1727654D3D03Ce43f18
Octal2747145115750743447730
Binary101111001111100101100110111110101111001110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172765; }

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

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

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

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

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

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

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

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