#073273

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

Shades of Prussian Blue #073273

Tints of Prussian Blue #073273

Color information

#073273 (or 0x073273) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 73. RGB value is (7,50,115). Sum of RGB (Red+Green+Blue) = 7+50+115=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #073273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073273 is #F8CD8C. Grayscale: #2C2C2C. Windows color (decimal): -16305549 or 7549447. OLE color: 7549447.

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

Color convert

RGB750115-
CMYK0.940.5700.55
HSL216.11º88.52%23.92%-
HSV(B)216.11º93.91%45.1%-
XYZ4.323.5616.68-
YUV44.55167.75101.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=4.07%
G=29.07%
B=66.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7501150.940.5700.55216.1188.5223.92
Hex732735E39037d85918
Octal7621631367106733013130
Binary11111001011100111011110111001011011111011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073273; }

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

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

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

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

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

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

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

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