#073161

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

Shades of Prussian Blue #073161

Tints of Prussian Blue #073161

Color information

#073161 (or 0x073161) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 61. RGB value is (7,49,97). Sum of RGB (Red+Green+Blue) = 7+49+97=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #073161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073161 is #F8CE9E. Grayscale: #292929. Windows color (decimal): -16305823 or 6369543. OLE color: 6369543.

HSL color Cylindrical-coordinate representation of color #073161: hue angle of 212º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073161 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74997-
CMYK0.930.4900.62
HSL212º86.54%20.39%-
HSV(B)212º92.78%38.04%-
XYZ3.343.111.73-
YUV41.91159.09103.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=4.58%
G=32.03%
B=63.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal749970.930.4900.6221286.5420.39
Hex731615D3103Ed45714
Octal7611411356107632412724
Binary11111000111000011011101110001011111011010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073161; }

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

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

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

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

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

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

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

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