#073160

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

Shades of Prussian Blue #073160

Tints of Prussian Blue #073160

Color information

#073160 (or 0x073160) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 60. RGB value is (7,49,96). Sum of RGB (Red+Green+Blue) = 7+49+96=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #073160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073160 is #F8CE9F. Grayscale: #292929. Windows color (decimal): -16305824 or 6304007. OLE color: 6304007.

HSL color Cylindrical-coordinate representation of color #073160: hue angle of 211.69º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073160 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74996-
CMYK0.930.4900.62
HSL211.69º86.41%20.2%-
HSV(B)211.69º92.71%37.65%-
XYZ3.33.0911.49-
YUV41.8158.59103.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=4.61%
G=32.24%
B=63.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal749960.930.4900.62211.6986.4120.2
Hex731605D3103Ed45614
Octal7611401356107632412624
Binary11111000111000001011101110001011111011010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073160; }

 p { color: rgb(7,49,96); }

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

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

 a { background-color: rgb(7,49,96); }

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

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

 span { border-color: rgb(7,49,96); }

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