#073170

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

Shades of Prussian Blue #073170

Tints of Prussian Blue #073170

Color information

#073170 (or 0x073170) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 70. RGB value is (7,49,112). Sum of RGB (Red+Green+Blue) = 7+49+112=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #073170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073170 is #F8CE8F. Grayscale: #2B2B2B. Windows color (decimal): -16305808 or 7352583. OLE color: 7352583.

HSL color Cylindrical-coordinate representation of color #073170: hue angle of 216º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073170 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB749112-
CMYK0.940.5600.56
HSL216º88.24%23.33%-
HSV(B)216º93.75%43.92%-
XYZ4.113.4115.77-
YUV43.62166.59101.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=4.17%
G=29.17%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7491120.940.5600.5621688.2423.33
Hex731705E38038d85817
Octal7611601367007033013027
Binary11111000111100001011110111000011100011011000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073170; }

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

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

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

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

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

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

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

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