#072D4E

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

Shades of Prussian Blue #072D4E

Tints of Prussian Blue #072D4E

Color information

#072D4E (or 0x072D4E) is unknown color: approx Prussian Blue. HEX triplet: 07, 2D and 4E. RGB value is (7,45,78). Sum of RGB (Red+Green+Blue) = 7+45+78=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #072D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D4E is #F8D2B1. Grayscale: #252525. Windows color (decimal): -16306866 or 5123335. OLE color: 5123335.

HSL color Cylindrical-coordinate representation of color #072D4E: hue angle of 207.89º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072D4E is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB74578-
CMYK0.910.4200.69
HSL207.89º83.53%16.67%-
HSV(B)207.89º91.03%30.59%-
XYZ2.42.477.56-
YUV37.4150.91106.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 78 (30.86% from 255) = 60%
R=5.38%
G=34.62%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal745780.910.4200.69207.8983.5316.67
Hex72D4E5B2A045d05411
Octal75511613352010532012421
Binary111101101100111010110111010100100010111010000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,45,78); }

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

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

 a { background-color: rgb(7,45,78); }

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

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

 span { border-color: rgb(7,45,78); }

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