#173277

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

Shades of Sapphire #173277

Tints of Sapphire #173277

Color information

#173277 (or 0x173277) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 77. RGB value is (23,50,119). Sum of RGB (Red+Green+Blue) = 23+50+119=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #173277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173277 is #E8CD88. Grayscale: #313131. Windows color (decimal): -15256969 or 7811607. OLE color: 7811607.

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

Color convert

RGB2350119-
CMYK0.810.5800.53
HSL223.12º67.61%27.84%-
HSV(B)223.12º80.67%46.67%-
XYZ4.823.817.93-
YUV49.79167.05108.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=11.98%
G=26.04%
B=61.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23501190.810.5800.53223.1267.6127.84
Hex173277513A035df441c
Octal27621671217206533710434
Binary1011111001011101111010001111010011010111011111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173277; }

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

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

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

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

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

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

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

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