#172A5B

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

Shades of Sapphire #172A5B

Tints of Sapphire #172A5B

Color information

#172A5B (or 0x172A5B) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 5B. RGB value is (23,42,91). Sum of RGB (Red+Green+Blue) = 23+42+91=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #172A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5B is #E8D5A4. Grayscale: #292929. Windows color (decimal): -15259045 or 5974551. OLE color: 5974551.

HSL color Cylindrical-coordinate representation of color #172A5B: hue angle of 223.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172A5B is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234291-
CMYK0.750.5400.64
HSL223.24º59.65%22.35%-
HSV(B)223.24º74.73%35.69%-
XYZ3.072.5910.24-
YUV41.9155.71114.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 91 (35.94% from 255) = 58.33%
R=14.74%
G=26.92%
B=58.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2342910.750.5400.64223.2459.6522.35
Hex172A5B4B36040df3c16
Octal27521331136601003377426
Binary1011110101010110111001011110110010000001101111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,91); }

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

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

 a { background-color: rgb(23,42,91); }

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

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

 span { border-color: rgb(23,42,91); }

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