#172463

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

Shades of Sapphire #172463

Tints of Sapphire #172463

Color information

#172463 (or 0x172463) is unknown color: approx Sapphire. HEX triplet: 17, 24 and 63. RGB value is (23,36,99). Sum of RGB (Red+Green+Blue) = 23+36+99=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #172463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172463 is #E8DB9C. Grayscale: #272727. Windows color (decimal): -15260573 or 6497303. OLE color: 6497303.

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

Color convert

RGB233699-
CMYK0.770.6400.61
HSL229.74º62.3%23.92%-
HSV(B)229.74º76.77%38.82%-
XYZ3.242.3412.09-
YUV39.29161.69116.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 99 (39.06% from 255) = 62.66%
R=14.56%
G=22.78%
B=62.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2336990.770.6400.61229.7462.323.92
Hex1724634D4003De63e18
Octal27441431151000753467630
Binary1011110010011000111001101100000001111011110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172463; }

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

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

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

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

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

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

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

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