#173264

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

Shades of Sapphire #173264

Tints of Sapphire #173264

Color information

#173264 (or 0x173264) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 64. RGB value is (23,50,100). Sum of RGB (Red+Green+Blue) = 23+50+100=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #173264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173264 is #E8CD9B. Grayscale: #2F2F2F. Windows color (decimal): -15256988 or 6566423. OLE color: 6566423.

HSL color Cylindrical-coordinate representation of color #173264: hue angle of 218.96º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173264 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2350100-
CMYK0.770.5000.61
HSL218.96º62.6%24.12%-
HSV(B)218.96º77%39.22%-
XYZ3.793.3812.51-
YUV47.63157.55110.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=13.29%
G=28.90%
B=57.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23501000.770.5000.61218.9662.624.12
Hex1732644D3203Ddb3f18
Octal2762144115620753337730
Binary101111100101100100100110111001001111011101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173264; }

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

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

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

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

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

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

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

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