#17285B

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

Shades of Sapphire #17285B

Tints of Sapphire #17285B

Color information

#17285B (or 0x17285B) is unknown color: approx Sapphire. HEX triplet: 17, 28 and 5B. RGB value is (23,40,91). Sum of RGB (Red+Green+Blue) = 23+40+91=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #17285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285B is #E8D7A4. Grayscale: #282828. Windows color (decimal): -15259557 or 5974039. OLE color: 5974039.

HSL color Cylindrical-coordinate representation of color #17285B: hue angle of 225º 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 #17285B is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234091-
CMYK0.750.5600.64
HSL225º59.65%22.35%-
HSV(B)225º74.73%35.69%-
XYZ32.4610.21-
YUV40.73156.37115.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.94%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=14.94%
G=25.97%
B=59.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2340910.750.5600.6422559.6522.35
Hex17285B4B38040e13c16
Octal27501331137001003417426
Binary1011110100010110111001011111000010000001110000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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