#073770

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

Shades of Prussian Blue #073770

Tints of Prussian Blue #073770

Color information

#073770 (or 0x073770) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 70. RGB value is (7,55,112). Sum of RGB (Red+Green+Blue) = 7+55+112=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #073770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073770 is #F8C88F. Grayscale: #2E2E2E. Windows color (decimal): -16304272 or 7354119. OLE color: 7354119.

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

Color convert

RGB755112-
CMYK0.940.5100.56
HSL212.57º88.24%23.33%-
HSV(B)212.57º93.75%43.92%-
XYZ4.383.9515.86-
YUV47.15164.699.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=4.02%
G=31.61%
B=64.37%

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
Decimal7551120.940.5100.56212.5788.2423.33
Hex737705E33038d55817
Octal7671601366307032513027
Binary11111011111100001011110110011011100011010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073770; }

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

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

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

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

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

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

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

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