#073575

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

Shades of Prussian Blue #073575

Tints of Prussian Blue #073575

Color information

#073575 (or 0x073575) is unknown color: approx Prussian Blue. HEX triplet: 07, 35 and 75. RGB value is (7,53,117). Sum of RGB (Red+Green+Blue) = 7+53+117=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #073575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073575 is #F8CA8A. Grayscale: #2E2E2E. Windows color (decimal): -16304779 or 7681287. OLE color: 7681287.

HSL color Cylindrical-coordinate representation of color #073575: hue angle of 214.91º 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 #073575 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB753117-
CMYK0.940.5500.54
HSL214.91º88.71%24.31%-
HSV(B)214.91º94.02%45.88%-
XYZ4.573.8817.34-
YUV46.54167.7699.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=3.95%
G=29.94%
B=66.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7531170.940.5500.54214.9188.7124.31
Hex735755E37036d75918
Octal7651651366706632713130
Binary11111010111101011011110110111011011011010111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073575; }

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

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

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

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

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

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

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

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