#072759

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

Shades of Sapphire #072759

Tints of Sapphire #072759

Color information

#072759 (or 0x072759) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 59. RGB value is (7,39,89). Sum of RGB (Red+Green+Blue) = 7+39+89=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #072759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072759 is #F8D8A6. Grayscale: #222222. Windows color (decimal): -16308391 or 5842695. OLE color: 5842695.

HSL color Cylindrical-coordinate representation of color #072759: hue angle of 216.59º 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 #072759 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73989-
CMYK0.920.5600.65
HSL216.59º85.42%18.82%-
HSV(B)216.59º92.13%34.9%-
XYZ2.622.229.74-
YUV35.13158.4107.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=5.19%
G=28.89%
B=65.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal739890.920.5600.65216.5985.4218.82
Hex727595C38041d95513
Octal74713113470010133112523
Binary111100111101100110111001110000100000111011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072759; }

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

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

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

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

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

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

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

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