#172861

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

Shades of Sapphire #172861

Tints of Sapphire #172861

Color information

#172861 (or 0x172861) is unknown color: approx Sapphire. HEX triplet: 17, 28 and 61. RGB value is (23,40,97). Sum of RGB (Red+Green+Blue) = 23+40+97=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #172861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172861 is #E8D79E. Grayscale: #292929. Windows color (decimal): -15259551 or 6367255. OLE color: 6367255.

HSL color Cylindrical-coordinate representation of color #172861: hue angle of 226.22º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172861 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB234097-
CMYK0.760.5900.62
HSL226.22º61.67%23.53%-
HSV(B)226.22º76.29%38.04%-
XYZ3.272.5611.63-
YUV41.41159.37114.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.38%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=14.38%
G=25%
B=60.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2340970.760.5900.62226.2261.6723.53
Hex1728614C3B03Ee23e18
Octal2750141114730763427630
Binary101111010001100001100110011101101111101110001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172861; }

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

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

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

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

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

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

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

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