#17295B

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

Shades of Sapphire #17295B

Tints of Sapphire #17295B

Color information

#17295B (or 0x17295B) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 5B. RGB value is (23,41,91). Sum of RGB (Red+Green+Blue) = 23+41+91=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #17295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17295B is #E8D6A4. Grayscale: #292929. Windows color (decimal): -15259301 or 5974295. OLE color: 5974295.

HSL color Cylindrical-coordinate representation of color #17295B: hue angle of 224.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17295B is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234191-
CMYK0.750.5500.64
HSL224.12º59.65%22.35%-
HSV(B)224.12º74.73%35.69%-
XYZ3.032.5210.22-
YUV41.32156.04114.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=14.84%
G=26.45%
B=58.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2341910.750.5500.64224.1259.6522.35
Hex17295B4B37040e03c16
Octal27511331136701003407426
Binary1011110100110110111001011110111010000001110000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17295B; }

 p { color: rgb(23,41,91); }

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

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

 a { background-color: rgb(23,41,91); }

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

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

 span { border-color: rgb(23,41,91); }

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