#072F80

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

Shades of Smalt #072F80

Tints of Smalt #072F80

Color information

#072F80 (or 0x072F80) is unknown color: approx Smalt. HEX triplet: 07, 2F and 80. RGB value is (7,47,128). Sum of RGB (Red+Green+Blue) = 7+47+128=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #072F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F80 is #F8D07F. Grayscale: #2B2B2B. Windows color (decimal): -16306304 or 8400647. OLE color: 8400647.

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

Color convert

RGB747128-
CMYK0.950.6300.50
HSL220.17º89.63%26.47%-
HSV(B)220.17º94.53%50.2%-
XYZ53.6420.86-
YUV44.27175.25101.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 128 (50.39% from 255) = 70.33%
R=3.85%
G=25.82%
B=70.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7471280.950.6300.50220.1789.6326.47
Hex72F805F3F032dc5a1a
Octal7572001377706233413232
Binary111101111100000001011111111111011001011011100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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