#073A56

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

Shades of Prussian Blue #073A56

Tints of Prussian Blue #073A56

Color information

#073A56 (or 0x073A56) is unknown color: approx Prussian Blue. HEX triplet: 07, 3A and 56. RGB value is (7,58,86). Sum of RGB (Red+Green+Blue) = 7+58+86=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #073A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A56 is #F8C5A9. Grayscale: #2D2D2D. Windows color (decimal): -16303530 or 5650951. OLE color: 5650951.

HSL color Cylindrical-coordinate representation of color #073A56: hue angle of 201.27º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073A56 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB75886-
CMYK0.920.3300.66
HSL201.27º84.95%18.24%-
HSV(B)201.27º91.86%33.73%-
XYZ3.283.749.35-
YUV45.94150.6100.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=4.64%
G=38.41%
B=56.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal758860.920.3300.66201.2784.9518.24
Hex73A565C21042c95512
Octal77212613441010231112522
Binary111111010101011010111001000010100001011001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A56; }

 p { color: rgb(7,58,86); }

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

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

 a { background-color: rgb(7,58,86); }

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

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

 span { border-color: rgb(7,58,86); }

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