#172363

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

Shades of Sapphire #172363

Tints of Sapphire #172363

Color information

#172363 (or 0x172363) is unknown color: approx Sapphire. HEX triplet: 17, 23 and 63. RGB value is (23,35,99). Sum of RGB (Red+Green+Blue) = 23+35+99=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #172363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172363 is #E8DC9C. Grayscale: #262626. Windows color (decimal): -15260829 or 6497047. OLE color: 6497047.

HSL color Cylindrical-coordinate representation of color #172363: hue angle of 230.53º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172363 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB233599-
CMYK0.770.6500.61
HSL230.53º62.3%23.92%-
HSV(B)230.53º76.77%38.82%-
XYZ3.212.2912.08-
YUV38.71162.02116.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=14.65%
G=22.29%
B=63.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2335990.770.6500.61230.5362.323.92
Hex1723634D4103De73e18
Octal27431431151010753477630
Binary1011110001111000111001101100000101111011110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172363; }

 p { color: rgb(23,35,99); }

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

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

 a { background-color: rgb(23,35,99); }

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

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

 span { border-color: rgb(23,35,99); }

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