#073E95

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

Shades of Smalt #073E95

Tints of Smalt #073E95

Color information

#073E95 (or 0x073E95) is unknown color: approx Smalt. HEX triplet: 07, 3E and 95. RGB value is (7,62,149). Sum of RGB (Red+Green+Blue) = 7+62+149=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #073E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E95 is #F8C16A. Grayscale: #373737. Windows color (decimal): -16302443 or 9780743. OLE color: 9780743.

HSL color Cylindrical-coordinate representation of color #073E95: hue angle of 216.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073E95 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB762149-
CMYK0.950.5800.42
HSL216.76º91.03%30.59%-
HSV(B)216.76º95.3%58.43%-
XYZ7.245.6629.14-
YUV55.47180.7893.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=3.21%
G=28.44%
B=68.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7621490.950.5800.42216.7691.0330.59
Hex73E955F3A02Ad95b1f
Octal7762251377205233113337
Binary111111110100101011011111111010010101011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073E95; }

 p { color: rgb(7,62,149); }

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

<style>
 a { background-color: #073E95; }

 a { background-color: rgb(7,62,149); }

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

<style>
 span { border-color: #073E95; }

 span { border-color: rgb(7,62,149); }

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