#073F9C

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

Shades of Smalt #073F9C

Tints of Smalt #073F9C

Color information

#073F9C (or 0x073F9C) is unknown color: approx Smalt. HEX triplet: 07, 3F and 9C. RGB value is (7,63,156). Sum of RGB (Red+Green+Blue) = 7+63+156=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #073F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F9C is #F8C063. Grayscale: #383838. Windows color (decimal): -16302180 or 10239751. OLE color: 10239751.

HSL color Cylindrical-coordinate representation of color #073F9C: hue angle of 217.45º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073F9C is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB763156-
CMYK0.960.6000.39
HSL217.45º91.41%31.96%-
HSV(B)217.45º95.51%61.18%-
XYZ7.87632.2-
YUV56.86183.9592.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=3.10%
G=27.88%
B=69.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7631560.960.6000.39217.4591.4131.96
Hex73F9C603C027d95b20
Octal7772341407404733113340
Binary1111111111001110011000001111000100111110110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,63,156); }

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

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

 a { background-color: rgb(7,63,156); }

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

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

 span { border-color: rgb(7,63,156); }

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