#073270

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

Shades of Prussian Blue #073270

Tints of Prussian Blue #073270

Color information

#073270 (or 0x073270) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 70. RGB value is (7,50,112). Sum of RGB (Red+Green+Blue) = 7+50+112=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #073270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073270 is #F8CD8F. Grayscale: #2B2B2B. Windows color (decimal): -16305552 or 7352839. OLE color: 7352839.

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

Color convert

RGB750112-
CMYK0.940.5500.56
HSL215.43º88.24%23.33%-
HSV(B)215.43º93.75%43.92%-
XYZ4.153.515.79-
YUV44.21166.25101.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=4.14%
G=29.59%
B=66.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7501120.940.5500.56215.4388.2423.33
Hex732705E37038d75817
Octal7621601366707032713027
Binary11111001011100001011110110111011100011010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073270; }

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

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

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

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

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

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

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

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