#073256

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

Shades of Prussian Blue #073256

Tints of Prussian Blue #073256

Color information

#073256 (or 0x073256) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 56. RGB value is (7,50,86). Sum of RGB (Red+Green+Blue) = 7+50+86=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #073256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073256 is #F8CDA9. Grayscale: #292929. Windows color (decimal): -16305578 or 5648903. OLE color: 5648903.

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

Color convert

RGB75086-
CMYK0.920.4200.66
HSL207.34º84.95%18.24%-
HSV(B)207.34º91.86%33.73%-
XYZ2.9139.23-
YUV41.25153.25103.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=4.90%
G=34.97%
B=60.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal750860.920.4200.66207.3484.9518.24
Hex732565C2A042cf5512
Octal76212613452010231712522
Binary111110010101011010111001010100100001011001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073256; }

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

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

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

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

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

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

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

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