#173077

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

Shades of Sapphire #173077

Tints of Sapphire #173077

Color information

#173077 (or 0x173077) is unknown color: approx Sapphire. HEX triplet: 17, 30 and 77. RGB value is (23,48,119). Sum of RGB (Red+Green+Blue) = 23+48+119=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #173077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173077 is #E8CF88. Grayscale: #303030. Windows color (decimal): -15257481 or 7811095. OLE color: 7811095.

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

Color convert

RGB2348119-
CMYK0.810.6000.53
HSL224.38º67.61%27.84%-
HSV(B)224.38º80.67%46.67%-
XYZ4.743.6317.9-
YUV48.62167.72109.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=12.11%
G=25.26%
B=62.63%

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
Decimal23481190.810.6000.53224.3867.6127.84
Hex173077513C035e0441c
Octal27601671217406534010434
Binary1011111000011101111010001111100011010111100000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173077; }

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

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

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

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

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

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

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

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