#172B58

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

Shades of Sapphire #172B58

Tints of Sapphire #172B58

Color information

#172B58 (or 0x172B58) is unknown color: approx Sapphire. HEX triplet: 17, 2B and 58. RGB value is (23,43,88). Sum of RGB (Red+Green+Blue) = 23+43+88=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #172B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B58 is #E8D4A7. Grayscale: #292929. Windows color (decimal): -15258792 or 5778199. OLE color: 5778199.

HSL color Cylindrical-coordinate representation of color #172B58: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172B58 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234388-
CMYK0.740.5100.65
HSL221.54º58.56%21.76%-
HSV(B)221.54º73.86%34.51%-
XYZ2.982.619.58-
YUV42.15153.87114.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.94%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=14.94%
G=27.92%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2343880.740.5100.65221.5458.5621.76
Hex172B584A33041de3b16
Octal27531301126301013367326
Binary1011110101110110001001010110011010000011101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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