#173079

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

Shades of Sapphire #173079

Tints of Sapphire #173079

Color information

#173079 (or 0x173079) is unknown color: approx Sapphire. HEX triplet: 17, 30 and 79. RGB value is (23,48,121). Sum of RGB (Red+Green+Blue) = 23+48+121=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #173079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173079 is #E8CF86. Grayscale: #303030. Windows color (decimal): -15257479 or 7942167. OLE color: 7942167.

HSL color Cylindrical-coordinate representation of color #173079: hue angle of 224.69º 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 #173079 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2348121-
CMYK0.810.6000.53
HSL224.69º68.06%28.24%-
HSV(B)224.69º80.99%47.45%-
XYZ4.863.6818.54-
YUV48.85168.72109.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 63.02%
R=11.98%
G=25%
B=63.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23481210.810.6000.53224.6968.0628.24
Hex173079513C035e1441c
Octal27601711217406534110434
Binary1011111000011110011010001111100011010111100001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173079; }

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

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

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

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

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

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

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

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