#073771

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

Shades of Prussian Blue #073771

Tints of Prussian Blue #073771

Color information

#073771 (or 0x073771) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 71. RGB value is (7,55,113). Sum of RGB (Red+Green+Blue) = 7+55+113=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #073771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073771 is #F8C88E. Grayscale: #2E2E2E. Windows color (decimal): -16304271 or 7419655. OLE color: 7419655.

HSL color Cylindrical-coordinate representation of color #073771: hue angle of 212.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073771 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB755113-
CMYK0.940.5100.56
HSL212.83º88.33%23.53%-
HSV(B)212.83º93.81%44.31%-
XYZ4.433.9716.16-
YUV47.26165.199.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 113 (44.53% from 255) = 64.57%
R=4%
G=31.43%
B=64.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7551130.940.5100.56212.8388.3323.53
Hex737715E33038d55818
Octal7671611366307032513030
Binary11111011111100011011110110011011100011010101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073771; }

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

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

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

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

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

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

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

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