#072049

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

Shades of Sapphire #072049

Tints of Sapphire #072049

Color information

#072049 (or 0x072049) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 49. RGB value is (7,32,73). Sum of RGB (Red+Green+Blue) = 7+32+73=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #072049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072049 is #F8DFB6. Grayscale: #1D1D1D. Windows color (decimal): -16310199 or 4792327. OLE color: 4792327.

HSL color Cylindrical-coordinate representation of color #072049: hue angle of 217.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072049 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73273-
CMYK0.900.5600.71
HSL217.27º82.5%15.69%-
HSV(B)217.27º90.41%28.63%-
XYZ1.811.566.51-
YUV29.2152.72112.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=6.25%
G=28.57%
B=65.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal732730.900.5600.71217.2782.515.69
Hex720495A38047d95210
Octal74011113270010733112220
Binary111100000100100110110101110000100011111011001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072049; }

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

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

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

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

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

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

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

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