#172F82

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

Shades of Sapphire #172F82

Tints of Sapphire #172F82

Color information

#172F82 (or 0x172F82) is unknown color: approx Sapphire. HEX triplet: 17, 2F and 82. RGB value is (23,47,130). Sum of RGB (Red+Green+Blue) = 23+47+130=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #172F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F82 is #E8D07D. Grayscale: #303030. Windows color (decimal): -15257726 or 8531735. OLE color: 8531735.

HSL color Cylindrical-coordinate representation of color #172F82: hue angle of 226.54º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172F82 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2347130-
CMYK0.820.6400.49
HSL226.54º69.93%30%-
HSV(B)226.54º82.31%50.98%-
XYZ5.43.8321.57-
YUV49.29173.55109.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.5%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 130 (51.17% from 255) = 65%
R=11.5%
G=23.5%
B=65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23471300.820.6400.49226.5469.9330
Hex172F825240031e3461e
Octal275720212210006134310636
Binary101111011111000001010100101000000011000111100011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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