#073475

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

Shades of Prussian Blue #073475

Tints of Prussian Blue #073475

Color information

#073475 (or 0x073475) is unknown color: approx Prussian Blue. HEX triplet: 07, 34 and 75. RGB value is (7,52,117). Sum of RGB (Red+Green+Blue) = 7+52+117=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #073475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073475 is #F8CB8A. Grayscale: #2D2D2D. Windows color (decimal): -16305035 or 7681031. OLE color: 7681031.

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

Color convert

RGB752117-
CMYK0.940.5600.54
HSL215.45º88.71%24.31%-
HSV(B)215.45º94.02%45.88%-
XYZ4.533.7917.32-
YUV45.96168.09100.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=3.98%
G=29.55%
B=66.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7521170.940.5600.54215.4588.7124.31
Hex734755E38036d75918
Octal7641651367006632713130
Binary11111010011101011011110111000011011011010111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073475; }

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

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

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

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

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

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

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

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