#073775

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

Shades of Prussian Blue #073775

Tints of Prussian Blue #073775

Color information

#073775 (or 0x073775) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 75. RGB value is (7,55,117). Sum of RGB (Red+Green+Blue) = 7+55+117=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #073775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073775 is #F8C88A. Grayscale: #2F2F2F. Windows color (decimal): -16304267 or 7681799. OLE color: 7681799.

HSL color Cylindrical-coordinate representation of color #073775: hue angle of 213.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073775 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB755117-
CMYK0.940.5300.54
HSL213.82º88.71%24.31%-
HSV(B)213.82º94.02%45.88%-
XYZ4.664.0617.37-
YUV47.72167.198.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=3.91%
G=30.73%
B=65.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7551170.940.5300.54213.8288.7124.31
Hex737755E35036d65918
Octal7671651366506632613130
Binary11111011111101011011110110101011011011010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073775; }

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

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

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

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

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

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

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

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