#072E56

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

Shades of Prussian Blue #072E56

Tints of Prussian Blue #072E56

Color information

#072E56 (or 0x072E56) is unknown color: approx Prussian Blue. HEX triplet: 07, 2E and 56. RGB value is (7,46,86). Sum of RGB (Red+Green+Blue) = 7+46+86=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #072E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E56 is #F8D1A9. Grayscale: #262626. Windows color (decimal): -16306602 or 5647879. OLE color: 5647879.

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

Color convert

RGB74686-
CMYK0.920.4700.66
HSL210.38º84.95%18.24%-
HSV(B)210.38º91.86%33.73%-
XYZ2.742.679.18-
YUV38.9154.58105.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=5.04%
G=33.09%
B=61.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal746860.920.4700.66210.3884.9518.24
Hex72E565C2F042d25512
Octal75612613457010232212522
Binary111101110101011010111001011110100001011010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E56; }

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

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

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

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

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

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

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

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