#172B55

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

Shades of Sapphire #172B55

Tints of Sapphire #172B55

Color information

#172B55 (or 0x172B55) is unknown color: approx Sapphire. HEX triplet: 17, 2B and 55. RGB value is (23,43,85). Sum of RGB (Red+Green+Blue) = 23+43+85=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #172B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B55 is #E8D4AA. Grayscale: #292929. Windows color (decimal): -15258795 or 5581591. OLE color: 5581591.

HSL color Cylindrical-coordinate representation of color #172B55: hue angle of 220.65º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172B55 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB234385-
CMYK0.730.4900.67
HSL220.65º57.41%21.18%-
HSV(B)220.65º72.94%33.33%-
XYZ2.862.578.94-
YUV41.81152.37114.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=15.23%
G=28.48%
B=56.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2343850.730.4900.67220.6557.4121.18
Hex172B554931043dd3915
Octal27531251116101033357125
Binary1011110101110101011001001110001010000111101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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