#073D59

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

Shades of Prussian Blue #073D59

Tints of Prussian Blue #073D59

Color information

#073D59 (or 0x073D59) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 59. RGB value is (7,61,89). Sum of RGB (Red+Green+Blue) = 7+61+89=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #073D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D59 is #F8C2A6. Grayscale: #2F2F2F. Windows color (decimal): -16302759 or 5848327. OLE color: 5848327.

HSL color Cylindrical-coordinate representation of color #073D59: hue angle of 200.49º 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 #073D59 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76189-
CMYK0.920.3100.65
HSL200.49º85.42%18.82%-
HSV(B)200.49º92.13%34.9%-
XYZ3.564.110.06-
YUV48.05151.1198.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=4.46%
G=38.85%
B=56.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal761890.920.3100.65200.4985.4218.82
Hex73D595C1F041c85513
Octal77513113437010131012523
Binary11111110110110011011100111110100000111001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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