#073795

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

Shades of Smalt #073795

Tints of Smalt #073795

Color information

#073795 (or 0x073795) is unknown color: approx Smalt. HEX triplet: 07, 37 and 95. RGB value is (7,55,149). Sum of RGB (Red+Green+Blue) = 7+55+149=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #073795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073795 is #F8C86A. Grayscale: #323232. Windows color (decimal): -16304235 or 9778951. OLE color: 9778951.

HSL color Cylindrical-coordinate representation of color #073795: hue angle of 219.72º 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 #073795 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB755149-
CMYK0.950.6300.42
HSL219.72º91.03%30.59%-
HSV(B)219.72º95.3%58.43%-
XYZ6.884.9529.03-
YUV51.36183.196.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=3.32%
G=26.07%
B=70.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7551490.950.6300.42219.7291.0330.59
Hex737955F3F02Adc5b1f
Octal7672251377705233413337
Binary111110111100101011011111111111010101011011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073795; }

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

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

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

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

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

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

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

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