#172F5F

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

Shades of Sapphire #172F5F

Tints of Sapphire #172F5F

Color information

#172F5F (or 0x172F5F) is unknown color: approx Sapphire. HEX triplet: 17, 2F and 5F. RGB value is (23,47,95). Sum of RGB (Red+Green+Blue) = 23+47+95=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #172F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5F is #E8D0A0. Grayscale: #2D2D2D. Windows color (decimal): -15257761 or 6237975. OLE color: 6237975.

HSL color Cylindrical-coordinate representation of color #172F5F: hue angle of 220º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172F5F is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB234795-
CMYK0.760.5100.63
HSL220º61.02%23.14%-
HSV(B)220º75.79%37.25%-
XYZ3.443.0411.23-
YUV45.3156.05112.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.94%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=13.94%
G=28.48%
B=57.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2347950.760.5100.6322061.0223.14
Hex172F5F4C3303Fdc3d17
Octal2757137114630773347527
Binary101111011111011111100110011001101111111101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,95); }

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

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

 a { background-color: rgb(23,47,95); }

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

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

 span { border-color: rgb(23,47,95); }

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