#073C90

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

Shades of Smalt #073C90

Tints of Smalt #073C90

Color information

#073C90 (or 0x073C90) is unknown color: approx Smalt. HEX triplet: 07, 3C and 90. RGB value is (7,60,144). Sum of RGB (Red+Green+Blue) = 7+60+144=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #073C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C90 is #F8C36F. Grayscale: #353535. Windows color (decimal): -16302960 or 9452551. OLE color: 9452551.

HSL color Cylindrical-coordinate representation of color #073C90: hue angle of 216.79º 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 #073C90 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB760144-
CMYK0.950.5800.44
HSL216.79º90.73%29.61%-
HSV(B)216.79º95.14%56.47%-
XYZ6.745.2927.05-
YUV53.73178.9494.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 144 (56.64% from 255) = 68.25%
R=3.32%
G=28.44%
B=68.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7601440.950.5800.44216.7990.7329.61
Hex73C905F3A02Cd95b1e
Octal7742201377205433113336
Binary111111100100100001011111111010010110011011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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