#17317C

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

Shades of Sapphire #17317C

Tints of Sapphire #17317C

Color information

#17317C (or 0x17317C) is unknown color: approx Sapphire. HEX triplet: 17, 31 and 7C. RGB value is (23,49,124). Sum of RGB (Red+Green+Blue) = 23+49+124=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #17317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17317C is #E8CE83. Grayscale: #313131. Windows color (decimal): -15257220 or 8139031. OLE color: 8139031.

HSL color Cylindrical-coordinate representation of color #17317C: hue angle of 224.55º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17317C is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2349124-
CMYK0.810.6000.51
HSL224.55º68.71%28.82%-
HSV(B)224.55º81.45%48.63%-
XYZ5.093.8319.54-
YUV49.78169.89108.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=11.73%
G=25%
B=63.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal23491240.810.6000.51224.5568.7128.82
Hex17317C513C033e1451d
Octal27611741217406334110535
Binary1011111000111111001010001111100011001111100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17317C; }

 p { color: rgb(23,49,124); }

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

<style>
 a { background-color: #17317C; }

 a { background-color: rgb(23,49,124); }

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

<style>
 span { border-color: #17317C; }

 span { border-color: rgb(23,49,124); }

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