#072E75

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

Shades of Sapphire #072E75

Tints of Sapphire #072E75

Color information

#072E75 (or 0x072E75) is unknown color: approx Sapphire. HEX triplet: 07, 2E and 75. RGB value is (7,46,117). Sum of RGB (Red+Green+Blue) = 7+46+117=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #072E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E75 is #F8D18A. Grayscale: #2A2A2A. Windows color (decimal): -16306571 or 7679495. OLE color: 7679495.

HSL color Cylindrical-coordinate representation of color #072E75: hue angle of 218.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072E75 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB746117-
CMYK0.940.6100.54
HSL218.73º88.71%24.31%-
HSV(B)218.73º94.02%45.88%-
XYZ4.283.2817.24-
YUV42.43170.08102.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=4.12%
G=27.06%
B=68.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7461170.940.6100.54218.7388.7124.31
Hex72E755E3D036db5918
Octal7561651367506633313130
Binary11110111011101011011110111101011011011011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E75; }

 p { color: rgb(7,46,117); }

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

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

 a { background-color: rgb(7,46,117); }

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

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

 span { border-color: rgb(7,46,117); }

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