#172F79

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

Shades of Sapphire #172F79

Tints of Sapphire #172F79

Color information

#172F79 (or 0x172F79) is unknown color: approx Sapphire. HEX triplet: 17, 2F and 79. RGB value is (23,47,121). Sum of RGB (Red+Green+Blue) = 23+47+121=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #172F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F79 is #E8D086. Grayscale: #2F2F2F. Windows color (decimal): -15257735 or 7941911. OLE color: 7941911.

HSL color Cylindrical-coordinate representation of color #172F79: hue angle of 225.31º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172F79 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2347121-
CMYK0.810.6100.53
HSL225.31º68.06%28.24%-
HSV(B)225.31º80.99%47.45%-
XYZ4.823.618.53-
YUV48.26169.05109.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=12.04%
G=24.61%
B=63.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23471210.810.6100.53225.3168.0628.24
Hex172F79513D035e1441c
Octal27571711217506534110434
Binary1011110111111110011010001111101011010111100001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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