#072A87

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

Shades of Smalt #072A87

Tints of Smalt #072A87

Color information

#072A87 (or 0x072A87) is unknown color: approx Smalt. HEX triplet: 07, 2A and 87. RGB value is (7,42,135). Sum of RGB (Red+Green+Blue) = 7+42+135=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 135 (53.12% from 255 or 73.37% from 184); Max value from RGB is 135 - color contains mainly: blue. Hex color #072A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072A87 is #F8D578. Grayscale: #292929. Windows color (decimal): -16307577 or 8858119. OLE color: 8858119.

HSL color Cylindrical-coordinate representation of color #072A87: hue angle of 223.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072A87 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB742135-
CMYK0.950.6900.47
HSL223.59º90.14%27.84%-
HSV(B)223.59º94.81%52.94%-
XYZ5.293.4523.31-
YUV42.14180.4102.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 42 (16.80% from 255) = 22.83%
BLUE value IS 135 (53.12% from 255) = 73.37%
R=3.80%
G=22.83%
B=73.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7421350.950.6900.47223.5990.1427.84
Hex72A875F4502Fe05a1c
Octal75220713710505734013234
Binary1111010101000011110111111000101010111111100000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,135); }

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

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

 a { background-color: rgb(7,42,135); }

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

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

 span { border-color: rgb(7,42,135); }

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