#173062

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

Shades of Sapphire #173062

Tints of Sapphire #173062

Color information

#173062 (or 0x173062) is unknown color: approx Sapphire. HEX triplet: 17, 30 and 62. RGB value is (23,48,98). Sum of RGB (Red+Green+Blue) = 23+48+98=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #173062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173062 is #E8CF9D. Grayscale: #2E2E2E. Windows color (decimal): -15257502 or 6434839. OLE color: 6434839.

HSL color Cylindrical-coordinate representation of color #173062: hue angle of 220º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173062 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB234898-
CMYK0.770.5100.62
HSL220º61.98%23.73%-
HSV(B)220º76.53%38.43%-
XYZ3.613.1811.98-
YUV46.22157.22111.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.61%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=13.61%
G=28.40%
B=57.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2348980.770.5100.6222061.9823.73
Hex1730624D3303Edc3e18
Octal2760142115630763347630
Binary101111100001100010100110111001101111101101110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173062; }

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

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

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

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

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

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

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

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