#072E82

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

Shades of Smalt #072E82

Tints of Smalt #072E82

Color information

#072E82 (or 0x072E82) is unknown color: approx Smalt. HEX triplet: 07, 2E and 82. RGB value is (7,46,130). Sum of RGB (Red+Green+Blue) = 7+46+130=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #072E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E82 is #F8D17D. Grayscale: #2B2B2B. Windows color (decimal): -16306558 or 8531463. OLE color: 8531463.

HSL color Cylindrical-coordinate representation of color #072E82: hue angle of 220.98º 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 #072E82 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB746130-
CMYK0.950.6500.49
HSL220.98º89.78%26.86%-
HSV(B)220.98º94.62%50.98%-
XYZ5.093.6121.55-
YUV43.92176.58101.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=3.83%
G=25.14%
B=71.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7461300.950.6500.49220.9889.7826.86
Hex72E825F41031dd5a1b
Octal75620213710106133513233
Binary1111011101000001010111111000001011000111011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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