#073272

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

Shades of Prussian Blue #073272

Tints of Prussian Blue #073272

Color information

#073272 (or 0x073272) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 72. RGB value is (7,50,114). Sum of RGB (Red+Green+Blue) = 7+50+114=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #073272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073272 is #F8CD8D. Grayscale: #2C2C2C. Windows color (decimal): -16305550 or 7483911. OLE color: 7483911.

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

Color convert

RGB750114-
CMYK0.940.5600.55
HSL215.89º88.43%23.73%-
HSV(B)215.89º93.86%44.71%-
XYZ4.273.5416.38-
YUV44.44167.25101.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=4.09%
G=29.24%
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.55
SystemRedGreenBlueCMYKHSL
Decimal7501140.940.5600.55215.8988.4323.73
Hex732725E38037d85818
Octal7621621367006733013030
Binary11111001011100101011110111000011011111011000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073272; }

 p { color: rgb(7,50,114); }

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

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

 a { background-color: rgb(7,50,114); }

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

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

 span { border-color: rgb(7,50,114); }

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