#172260

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

Shades of Sapphire #172260

Tints of Sapphire #172260

Color information

#172260 (or 0x172260) is unknown color: approx Sapphire. HEX triplet: 17, 22 and 60. RGB value is (23,34,96). Sum of RGB (Red+Green+Blue) = 23+34+96=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #172260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172260 is #E8DD9F. Grayscale: #252525. Windows color (decimal): -15261088 or 6300183. OLE color: 6300183.

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

Color convert

RGB233496-
CMYK0.760.6500.62
HSL230.96º61.34%23.33%-
HSV(B)230.96º76.04%37.65%-
XYZ3.042.1711.33-
YUV37.78160.86117.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=15.03%
G=22.22%
B=62.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2334960.760.6500.62230.9661.3423.33
Hex1722604C4103Ee73d17
Octal27421401141010763477527
Binary1011110001011000001001100100000101111101110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172260; }

 p { color: rgb(23,34,96); }

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

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

 a { background-color: rgb(23,34,96); }

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

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

 span { border-color: rgb(23,34,96); }

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