#17215B

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

Shades of Sapphire #17215B

Tints of Sapphire #17215B

Color information

#17215B (or 0x17215B) is unknown color: approx Sapphire. HEX triplet: 17, 21 and 5B. RGB value is (23,33,91). Sum of RGB (Red+Green+Blue) = 23+33+91=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #17215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17215B is #E8DEA4. Grayscale: #242424. Windows color (decimal): -15261349 or 5972247. OLE color: 5972247.

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

Color convert

RGB233391-
CMYK0.750.6400.64
HSL231.18º59.65%22.35%-
HSV(B)231.18º74.73%35.69%-
XYZ2.792.0310.14-
YUV36.62158.69118.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=15.65%
G=22.45%
B=61.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2333910.750.6400.64231.1859.6522.35
Hex17215B4B40040e73c16
Octal274113311310001003477426
Binary10111100001101101110010111000000010000001110011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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