#072b54

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

Shades of Prussian Blue #072B54

Tints of Prussian Blue #072B54

Color information

#072B54 (or 0x072B54) is unknown color: approx Prussian Blue. HEX triplet: 07, 2B and 54. RGB value is (7,43,84). Sum of RGB (Red+Green+Blue) = 7+43+84=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #072B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B54 is #F8D4AB. Grayscale: #242424. Windows color (decimal): -16307372 or 5516039. OLE color: 5516039.

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

Color convert

RGB74384-
CMYK0.920.4900.67
HSL211.95º84.62%17.84%-
HSV(B)211.95º91.67%32.94%-
XYZ2.552.418.72-
YUV36.91154.57106.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 84 (33.20% from 255) = 62.69%
R=5.22%
G=32.09%
B=62.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal743840.920.4900.67211.9584.6217.84
Hex72B545C31043d45512
Octal75312413461010332412522
Binary111101011101010010111001100010100001111010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072b54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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