#17255D

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

Shades of Sapphire #17255D

Tints of Sapphire #17255D

Color information

#17255D (or 0x17255D) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 5D. RGB value is (23,37,93). Sum of RGB (Red+Green+Blue) = 23+37+93=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #17255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255D is #E8DAA2. Grayscale: #262626. Windows color (decimal): -15260323 or 6104343. OLE color: 6104343.

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

Color convert

RGB233793-
CMYK0.750.6000.64
HSL228º60.34%22.75%-
HSV(B)228º75.27%36.47%-
XYZ2.992.310.64-
YUV39.2158.36116.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=15.03%
G=24.18%
B=60.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2337930.750.6000.6422860.3422.75
Hex17255D4B3C040e43c17
Octal27451351137401003447427
Binary1011110010110111011001011111100010000001110010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17255D; }

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

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

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

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

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

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

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

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