#172565

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

Shades of Sapphire #172565

Tints of Sapphire #172565

Color information

#172565 (or 0x172565) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 65. RGB value is (23,37,101). Sum of RGB (Red+Green+Blue) = 23+37+101=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #172565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172565 is #E8DA9A. Grayscale: #272727. Windows color (decimal): -15260315 or 6628631. OLE color: 6628631.

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

Color convert

RGB2337101-
CMYK0.770.6300.60
HSL229.23º62.9%24.31%-
HSV(B)229.23º77.23%39.61%-
XYZ3.362.4412.61-
YUV40.11162.36115.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.29%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 101 (39.84% from 255) = 62.73%
R=14.29%
G=22.98%
B=62.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23371010.770.6300.60229.2362.924.31
Hex1725654D3F03Ce53f18
Octal2745145115770743457730
Binary101111001011100101100110111111101111001110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172565; }

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

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

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

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

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

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

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

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