#073059

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

Shades of Prussian Blue #073059

Tints of Prussian Blue #073059

Color information

#073059 (or 0x073059) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 59. RGB value is (7,48,89). Sum of RGB (Red+Green+Blue) = 7+48+89=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #073059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073059 is #F8CFA6. Grayscale: #282828. Windows color (decimal): -16306087 or 5844999. OLE color: 5844999.

HSL color Cylindrical-coordinate representation of color #073059: hue angle of 210º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073059 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB74889-
CMYK0.920.4600.65
HSL210º85.42%18.82%-
HSV(B)210º92.13%34.9%-
XYZ2.952.889.85-
YUV40.42155.42104.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=4.86%
G=33.33%
B=61.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal748890.920.4600.6521085.4218.82
Hex730595C2E041d25513
Octal76013113456010132212523
Binary111110000101100110111001011100100000111010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073059; }

 p { color: rgb(7,48,89); }

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

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

 a { background-color: rgb(7,48,89); }

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

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

 span { border-color: rgb(7,48,89); }

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