#173064

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

Shades of Sapphire #173064

Tints of Sapphire #173064

Color information

#173064 (or 0x173064) is unknown color: approx Sapphire. HEX triplet: 17, 30 and 64. RGB value is (23,48,100). Sum of RGB (Red+Green+Blue) = 23+48+100=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #173064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173064 is #E8CF9B. Grayscale: #2E2E2E. Windows color (decimal): -15257500 or 6565911. OLE color: 6565911.

HSL color Cylindrical-coordinate representation of color #173064: hue angle of 220.52º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173064 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2348100-
CMYK0.770.5200.61
HSL220.52º62.6%24.12%-
HSV(B)220.52º77%39.22%-
XYZ3.713.2212.48-
YUV46.45158.22111.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=13.45%
G=28.07%
B=58.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23481000.770.5200.61220.5262.624.12
Hex1730644D3403Ddd3f18
Octal2760144115640753357730
Binary101111100001100100100110111010001111011101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173064; }

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

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

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

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

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

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

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

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