#072e80

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

Shades of Smalt #072E80

Tints of Smalt #072E80

Color information

#072E80 (or 0x072E80) is unknown color: approx Smalt. HEX triplet: 07, 2E and 80. RGB value is (7,46,128). Sum of RGB (Red+Green+Blue) = 7+46+128=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #072E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E80 is #F8D17F. Grayscale: #2B2B2B. Windows color (decimal): -16306560 or 8400391. OLE color: 8400391.

HSL color Cylindrical-coordinate representation of color #072E80: hue angle of 220.66º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072E80 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB746128-
CMYK0.950.6400.50
HSL220.66º89.63%26.47%-
HSV(B)220.66º94.53%50.2%-
XYZ4.963.5620.85-
YUV43.69175.58101.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=3.87%
G=25.41%
B=70.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7461280.950.6400.50220.6689.6326.47
Hex72E805F40032dd5a1a
Octal75620013710006233513232
Binary1111011101000000010111111000000011001011011101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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