#17215D

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

Shades of Sapphire #17215D

Tints of Sapphire #17215D

Color information

#17215D (or 0x17215D) is unknown color: approx Sapphire. HEX triplet: 17, 21 and 5D. RGB value is (23,33,93). Sum of RGB (Red+Green+Blue) = 23+33+93=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #17215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17215D is #E8DEA2. Grayscale: #242424. Windows color (decimal): -15261347 or 6103319. OLE color: 6103319.

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

Color convert

RGB233393-
CMYK0.750.6500.64
HSL231.43º60.34%22.75%-
HSV(B)231.43º75.27%36.47%-
XYZ2.872.0610.6-
YUV36.85159.69118.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=15.44%
G=22.15%
B=62.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2333930.750.6500.64231.4360.3422.75
Hex17215D4B41040e73c17
Octal274113511310101003477427
Binary10111100001101110110010111000001010000001110011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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