#073359

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

Shades of Prussian Blue #073359

Tints of Prussian Blue #073359

Color information

#073359 (or 0x073359) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 59. RGB value is (7,51,89). Sum of RGB (Red+Green+Blue) = 7+51+89=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #073359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073359 is #F8CCA6. Grayscale: #292929. Windows color (decimal): -16305319 or 5845767. OLE color: 5845767.

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

Color convert

RGB75189-
CMYK0.920.4300.65
HSL207.8º85.42%18.82%-
HSV(B)207.8º92.13%34.9%-
XYZ3.073.139.89-
YUV42.18154.42102.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=4.76%
G=34.69%
B=60.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal751890.920.4300.65207.885.4218.82
Hex733595C2B041d05513
Octal76313113453010132012523
Binary111110011101100110111001010110100000111010000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073359; }

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

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

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

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

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

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

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

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