#072077

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

Shades of Sapphire #072077

Tints of Sapphire #072077

Color information

#072077 (or 0x072077) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 77. RGB value is (7,32,119). Sum of RGB (Red+Green+Blue) = 7+32+119=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #072077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072077 is #F8DF88. Grayscale: #222222. Windows color (decimal): -16310153 or 7806983. OLE color: 7806983.

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

Color convert

RGB732119-
CMYK0.940.7300.53
HSL226.61º88.89%24.71%-
HSV(B)226.61º94.12%46.67%-
XYZ3.932.4117.71-
YUV34.44175.72108.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=4.43%
G=20.25%
B=75.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7321190.940.7300.53226.6188.8924.71
Hex720775E49035e35919
Octal74016713611106534313131
Binary111100000111011110111101001001011010111100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072077; }

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

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

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

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

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

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

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

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