#173268

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

Shades of Sapphire #173268

Tints of Sapphire #173268

Color information

#173268 (or 0x173268) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 68. RGB value is (23,50,104). Sum of RGB (Red+Green+Blue) = 23+50+104=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #173268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173268 is #E8CD97. Grayscale: #2F2F2F. Windows color (decimal): -15256984 or 6828567. OLE color: 6828567.

HSL color Cylindrical-coordinate representation of color #173268: hue angle of 220º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173268 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2350104-
CMYK0.780.5200.59
HSL220º63.78%24.9%-
HSV(B)220º77.88%40.78%-
XYZ3.993.4613.55-
YUV48.08159.55110.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=12.99%
G=28.25%
B=58.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23501040.780.5200.5922063.7824.9
Hex1732684E3403Bdc4019
Octal27621501166407333410031
Binary1011111001011010001001110110100011101111011100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173268; }

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

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

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

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

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

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

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

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