#172956

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

Shades of Sapphire #172956

Tints of Sapphire #172956

Color information

#172956 (or 0x172956) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 56. RGB value is (23,41,86). Sum of RGB (Red+Green+Blue) = 23+41+86=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #172956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172956 is #E8D6A9. Grayscale: #282828. Windows color (decimal): -15259306 or 5646615. OLE color: 5646615.

HSL color Cylindrical-coordinate representation of color #172956: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172956 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB234186-
CMYK0.730.5200.66
HSL222.86º57.8%21.37%-
HSV(B)222.86º73.26%33.73%-
XYZ2.832.449.13-
YUV40.75153.54115.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=15.33%
G=27.33%
B=57.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2341860.730.5200.66222.8657.821.37
Hex1729564934042df3a15
Octal27511261116401023377225
Binary1011110100110101101001001110100010000101101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172956; }

 p { color: rgb(23,41,86); }

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

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

 a { background-color: rgb(23,41,86); }

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

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

 span { border-color: rgb(23,41,86); }

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