#073174

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

Shades of Prussian Blue #073174

Tints of Prussian Blue #073174

Color information

#073174 (or 0x073174) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 74. RGB value is (7,49,116). Sum of RGB (Red+Green+Blue) = 7+49+116=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #073174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073174 is #F8CE8B. Grayscale: #2B2B2B. Windows color (decimal): -16305804 or 7614727. OLE color: 7614727.

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

Color convert

RGB749116-
CMYK0.940.5800.55
HSL216.88º88.62%24.12%-
HSV(B)216.88º93.97%45.49%-
XYZ4.343.516.97-
YUV44.08168.59101.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 116 (45.70% from 255) = 67.44%
R=4.07%
G=28.49%
B=67.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7491160.940.5800.55216.8888.6224.12
Hex731745E3A037d95918
Octal7611641367206733113130
Binary11111000111101001011110111010011011111011001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073174; }

 p { color: rgb(7,49,116); }

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

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

 a { background-color: rgb(7,49,116); }

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

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

 span { border-color: rgb(7,49,116); }

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