#17317A

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

Shades of Sapphire #17317A

Tints of Sapphire #17317A

Color information

#17317A (or 0x17317A) is unknown color: approx Sapphire. HEX triplet: 17, 31 and 7A. RGB value is (23,49,122). Sum of RGB (Red+Green+Blue) = 23+49+122=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #17317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17317A is #E8CE85. Grayscale: #313131. Windows color (decimal): -15257222 or 8007959. OLE color: 8007959.

HSL color Cylindrical-coordinate representation of color #17317A: hue angle of 224.24º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17317A is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2349122-
CMYK0.810.6000.52
HSL224.24º68.28%28.43%-
HSV(B)224.24º81.15%47.84%-
XYZ4.963.7818.88-
YUV49.55168.89109.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=11.86%
G=25.26%
B=62.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23491220.810.6000.52224.2468.2828.43
Hex17317A513C034e0441c
Octal27611721217406434010434
Binary1011111000111110101010001111100011010011100000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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