#072B59

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

Shades of Prussian Blue #072B59

Tints of Prussian Blue #072B59

Color information

#072B59 (or 0x072B59) is unknown color: approx Prussian Blue. HEX triplet: 07, 2B and 59. RGB value is (7,43,89). Sum of RGB (Red+Green+Blue) = 7+43+89=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #072B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B59 is #F8D4A6. Grayscale: #252525. Windows color (decimal): -16307367 or 5843719. OLE color: 5843719.

HSL color Cylindrical-coordinate representation of color #072B59: hue angle of 213.66º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072B59 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB74389-
CMYK0.920.5200.65
HSL213.66º85.42%18.82%-
HSV(B)213.66º92.13%34.9%-
XYZ2.752.499.79-
YUV37.48157.07106.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=5.04%
G=30.94%
B=64.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal743890.920.5200.65213.6685.4218.82
Hex72B595C34041d65513
Octal75313113464010132612523
Binary111101011101100110111001101000100000111010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,89); }

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

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

 a { background-color: rgb(7,43,89); }

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

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

 span { border-color: rgb(7,43,89); }

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