#172B56

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

Shades of Sapphire #172B56

Tints of Sapphire #172B56

Color information

#172B56 (or 0x172B56) is unknown color: approx Sapphire. HEX triplet: 17, 2B and 56. RGB value is (23,43,86). Sum of RGB (Red+Green+Blue) = 23+43+86=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #172B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B56 is #E8D4A9. Grayscale: #292929. Windows color (decimal): -15258794 or 5647127. OLE color: 5647127.

HSL color Cylindrical-coordinate representation of color #172B56: hue angle of 220.95º 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 #172B56 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB234386-
CMYK0.730.5000.66
HSL220.95º57.8%21.37%-
HSV(B)220.95º73.26%33.73%-
XYZ2.92.589.15-
YUV41.92152.87114.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=15.13%
G=28.29%
B=56.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2343860.730.5000.66220.9557.821.37
Hex172B564932042dd3a15
Octal27531261116201023357225
Binary1011110101110101101001001110010010000101101110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172B56; }

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

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

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

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

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

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

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

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