#073456

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

Shades of Prussian Blue #073456

Tints of Prussian Blue #073456

Color information

#073456 (or 0x073456) is unknown color: approx Prussian Blue. HEX triplet: 07, 34 and 56. RGB value is (7,52,86). Sum of RGB (Red+Green+Blue) = 7+52+86=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #073456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073456 is #F8CBA9. Grayscale: #2A2A2A. Windows color (decimal): -16305066 or 5649415. OLE color: 5649415.

HSL color Cylindrical-coordinate representation of color #073456: hue angle of 205.82º 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 #073456 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB75286-
CMYK0.920.4000.66
HSL205.82º84.95%18.24%-
HSV(B)205.82º91.86%33.73%-
XYZ33.179.26-
YUV42.42152.59102.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 86 (33.98% from 255) = 59.31%
R=4.83%
G=35.86%
B=59.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal752860.920.4000.66205.8284.9518.24
Hex734565C28042ce5512
Octal76412613450010231612522
Binary111110100101011010111001010000100001011001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073456; }

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

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

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

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

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

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

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

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