#073162

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

Shades of Prussian Blue #073162

Tints of Prussian Blue #073162

Color information

#073162 (or 0x073162) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 62. RGB value is (7,49,98). Sum of RGB (Red+Green+Blue) = 7+49+98=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #073162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073162 is #F8CE9D. Grayscale: #292929. Windows color (decimal): -16305822 or 6435079. OLE color: 6435079.

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

Color convert

RGB74998-
CMYK0.930.500.62
HSL212.31º86.67%20.59%-
HSV(B)212.31º92.86%38.43%-
XYZ3.393.1211.98-
YUV42.03159.59103.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 98 (38.67% from 255) = 63.64%
R=4.55%
G=31.82%
B=63.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal749980.930.500.62212.3186.6720.59
Hex731625D3203Ed45715
Octal7611421356207632412725
Binary11111000111000101011101110010011111011010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073162; }

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

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

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

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

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

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

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

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