#072E7D

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

Shades of Sapphire #072E7D

Tints of Sapphire #072E7D

Color information

#072E7D (or 0x072E7D) is unknown color: approx Sapphire. HEX triplet: 07, 2E and 7D. RGB value is (7,46,125). Sum of RGB (Red+Green+Blue) = 7+46+125=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #072E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E7D is #F8D182. Grayscale: #2A2A2A. Windows color (decimal): -16306563 or 8203783. OLE color: 8203783.

HSL color Cylindrical-coordinate representation of color #072E7D: hue angle of 220.17º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072E7D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB746125-
CMYK0.940.6300.51
HSL220.17º89.39%25.88%-
HSV(B)220.17º94.4%49.02%-
XYZ4.773.4819.82-
YUV43.34174.08102.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=3.93%
G=25.84%
B=70.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7461250.940.6300.51220.1789.3925.88
Hex72E7D5E3F033dc591a
Octal7561751367706333413132
Binary11110111011111011011110111111011001111011100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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