#072059

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

Shades of Sapphire #072059

Tints of Sapphire #072059

Color information

#072059 (or 0x072059) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 59. RGB value is (7,32,89). Sum of RGB (Red+Green+Blue) = 7+32+89=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #072059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072059 is #F8DFA6. Grayscale: #1E1E1E. Windows color (decimal): -16310183 or 5840903. OLE color: 5840903.

HSL color Cylindrical-coordinate representation of color #072059: hue angle of 221.71º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072059 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73289-
CMYK0.920.6400.65
HSL221.71º85.42%18.82%-
HSV(B)221.71º92.13%34.9%-
XYZ2.411.89.67-
YUV31.02160.72110.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=5.47%
G=25%
B=69.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal732890.920.6400.65221.7185.4218.82
Hex720595C40041de5513
Octal740131134100010133612523
Binary1111000001011001101110010000000100000111011110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072059; }

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

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

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

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

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

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

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

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