#173265

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

Shades of Sapphire #173265

Tints of Sapphire #173265

Color information

#173265 (or 0x173265) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 65. RGB value is (23,50,101). Sum of RGB (Red+Green+Blue) = 23+50+101=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #173265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173265 is #E8CD9A. Grayscale: #2F2F2F. Windows color (decimal): -15256987 or 6631959. OLE color: 6631959.

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

Color convert

RGB2350101-
CMYK0.770.5000.60
HSL219.23º62.9%24.31%-
HSV(B)219.23º77.23%39.61%-
XYZ3.843.412.77-
YUV47.74158.05110.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=13.22%
G=28.74%
B=58.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23501010.770.5000.60219.2362.924.31
Hex1732654D3203Cdb3f18
Octal2762145115620743337730
Binary101111100101100101100110111001001111001101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173265; }

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

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

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

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

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

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

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

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