#072E79

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

Shades of Sapphire #072E79

Tints of Sapphire #072E79

Color information

#072E79 (or 0x072E79) is unknown color: approx Sapphire. HEX triplet: 07, 2E and 79. RGB value is (7,46,121). Sum of RGB (Red+Green+Blue) = 7+46+121=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #072E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E79 is #F8D186. Grayscale: #2A2A2A. Windows color (decimal): -16306567 or 7941639. OLE color: 7941639.

HSL color Cylindrical-coordinate representation of color #072E79: hue angle of 219.47º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072E79 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB746121-
CMYK0.940.6200.53
HSL219.47º89.06%25.1%-
HSV(B)219.47º94.21%47.45%-
XYZ4.523.3818.5-
YUV42.89172.08102.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 121 (47.66% from 255) = 69.54%
R=4.02%
G=26.44%
B=69.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7461210.940.6200.53219.4789.0625.1
Hex72E795E3E035db5919
Octal7561711367606533313131
Binary11110111011110011011110111110011010111011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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