#073559

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

Shades of Prussian Blue #073559

Tints of Prussian Blue #073559

Color information

#073559 (or 0x073559) is unknown color: approx Prussian Blue. HEX triplet: 07, 35 and 59. RGB value is (7,53,89). Sum of RGB (Red+Green+Blue) = 7+53+89=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #073559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073559 is #F8CAA6. Grayscale: #2B2B2B. Windows color (decimal): -16304807 or 5846279. OLE color: 5846279.

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

Color convert

RGB75389-
CMYK0.920.4000.65
HSL206.34º85.42%18.82%-
HSV(B)206.34º92.13%34.9%-
XYZ3.163.319.92-
YUV43.35153.76102.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=4.70%
G=35.57%
B=59.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal753890.920.4000.65206.3485.4218.82
Hex735595C28041ce5513
Octal76513113450010131612523
Binary111110101101100110111001010000100000111001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073559; }

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

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

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

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

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

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

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

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