#072E81

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

Shades of Smalt #072E81

Tints of Smalt #072E81

Color information

#072E81 (or 0x072E81) is unknown color: approx Smalt. HEX triplet: 07, 2E and 81. RGB value is (7,46,129). Sum of RGB (Red+Green+Blue) = 7+46+129=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 129 (50.78% from 255 or 70.88% from 182); Max value from RGB is 129 - color contains mainly: blue. Hex color #072E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E81 is #F8D17E. Grayscale: #2B2B2B. Windows color (decimal): -16306559 or 8465927. OLE color: 8465927.

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

Color convert

RGB746129-
CMYK0.950.6400.49
HSL220.82º89.71%26.67%-
HSV(B)220.82º94.57%50.59%-
XYZ5.033.5821.2-
YUV43.8176.08101.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 129 (50.78% from 255) = 70.88%
R=3.85%
G=25.27%
B=70.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7461290.950.6400.49220.8289.7126.67
Hex72E815F40031dd5a1b
Octal75620113710006133513233
Binary1111011101000000110111111000000011000111011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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