#073177

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

Shades of Sapphire #073177

Tints of Sapphire #073177

Color information

#073177 (or 0x073177) is unknown color: approx Sapphire. HEX triplet: 07, 31 and 77. RGB value is (7,49,119). Sum of RGB (Red+Green+Blue) = 7+49+119=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #073177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073177 is #F8CE88. Grayscale: #2C2C2C. Windows color (decimal): -16305801 or 7811335. OLE color: 7811335.

HSL color Cylindrical-coordinate representation of color #073177: hue angle of 217.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073177 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB749119-
CMYK0.940.5900.53
HSL217.5º88.89%24.71%-
HSV(B)217.5º94.12%46.67%-
XYZ4.523.5717.9-
YUV44.42170.09101.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 119 (46.88% from 255) = 68%
R=4%
G=28%
B=68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7491190.940.5900.53217.588.8924.71
Hex731775E3B035da5919
Octal7611671367306533213131
Binary11111000111101111011110111011011010111011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073177; }

 p { color: rgb(7,49,119); }

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

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

 a { background-color: rgb(7,49,119); }

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

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

 span { border-color: rgb(7,49,119); }

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