#172865

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

Shades of Sapphire #172865

Tints of Sapphire #172865

Color information

#172865 (or 0x172865) is unknown color: approx Sapphire. HEX triplet: 17, 28 and 65. RGB value is (23,40,101). Sum of RGB (Red+Green+Blue) = 23+40+101=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #172865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172865 is #E8D79A. Grayscale: #292929. Windows color (decimal): -15259547 or 6629399. OLE color: 6629399.

HSL color Cylindrical-coordinate representation of color #172865: hue angle of 226.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172865 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2340101-
CMYK0.770.6000.60
HSL226.92º62.9%24.31%-
HSV(B)226.92º77.23%39.61%-
XYZ3.462.6412.64-
YUV41.87161.37114.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 101 (39.84% from 255) = 61.59%
R=14.02%
G=24.39%
B=61.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23401010.770.6000.60226.9262.924.31
Hex1728654D3C03Ce33f18
Octal2750145115740743437730
Binary101111010001100101100110111110001111001110001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172865; }

 p { color: rgb(23,40,101); }

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

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

 a { background-color: rgb(23,40,101); }

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

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

 span { border-color: rgb(23,40,101); }

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