#073999

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

Shades of Smalt #073999

Tints of Smalt #073999

Color information

#073999 (or 0x073999) is unknown color: approx Smalt. HEX triplet: 07, 39 and 99. RGB value is (7,57,153). Sum of RGB (Red+Green+Blue) = 7+57+153=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #073999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073999 is #F8C666. Grayscale: #343434. Windows color (decimal): -16303719 or 10041607. OLE color: 10041607.

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

Color convert

RGB757153-
CMYK0.950.6300.4
HSL219.45º91.25%31.37%-
HSV(B)219.45º95.42%60%-
XYZ7.35.2730.77-
YUV52.99184.4495.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=3.23%
G=26.27%
B=70.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7571530.950.6300.4219.4591.2531.37
Hex739995F3F028db5b1f
Octal7712311377705033313337
Binary111111001100110011011111111111010100011011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073999; }

 p { color: rgb(7,57,153); }

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

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

 a { background-color: rgb(7,57,153); }

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

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

 span { border-color: rgb(7,57,153); }

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