#073E94

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

Shades of Smalt #073E94

Tints of Smalt #073E94

Color information

#073E94 (or 0x073E94) is unknown color: approx Smalt. HEX triplet: 07, 3E and 94. RGB value is (7,62,148). Sum of RGB (Red+Green+Blue) = 7+62+148=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #073E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E94 is #F8C16B. Grayscale: #363636. Windows color (decimal): -16302444 or 9715207. OLE color: 9715207.

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

Color convert

RGB762148-
CMYK0.950.5800.42
HSL216.6º90.97%30.39%-
HSV(B)216.6º95.27%58.04%-
XYZ7.165.6328.73-
YUV55.36180.2893.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=3.23%
G=28.57%
B=68.20%

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
Decimal7621480.950.5800.42216.690.9730.39
Hex73E945F3A02Ad95b1e
Octal7762241377205233113336
Binary111111110100101001011111111010010101011011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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