#073E90

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

Shades of Smalt #073E90

Tints of Smalt #073E90

Color information

#073E90 (or 0x073E90) is unknown color: approx Smalt. HEX triplet: 07, 3E and 90. RGB value is (7,62,144). Sum of RGB (Red+Green+Blue) = 7+62+144=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #073E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E90 is #F8C16F. Grayscale: #363636. Windows color (decimal): -16302448 or 9453063. OLE color: 9453063.

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

Color convert

RGB762144-
CMYK0.950.5700.44
HSL215.91º90.73%29.61%-
HSV(B)215.91º95.14%56.47%-
XYZ6.845.527.09-
YUV54.9178.2893.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=3.29%
G=29.11%
B=67.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7621440.950.5700.44215.9190.7329.61
Hex73E905F3902Cd85b1e
Octal7762201377105433013336
Binary111111110100100001011111111001010110011011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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