#073370

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

Shades of Prussian Blue #073370

Tints of Prussian Blue #073370

Color information

#073370 (or 0x073370) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 70. RGB value is (7,51,112). Sum of RGB (Red+Green+Blue) = 7+51+112=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #073370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073370 is #F8CC8F. Grayscale: #2C2C2C. Windows color (decimal): -16305296 or 7353095. OLE color: 7353095.

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

Color convert

RGB751112-
CMYK0.940.5400.56
HSL214.86º88.24%23.33%-
HSV(B)214.86º93.75%43.92%-
XYZ4.23.5815.8-
YUV44.8165.92101.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=4.12%
G=30%
B=65.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7511120.940.5400.56214.8688.2423.33
Hex733705E36038d75817
Octal7631601366607032713027
Binary11111001111100001011110110110011100011010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073370; }

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

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

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

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

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

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

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

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