#072C4E

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

Shades of Prussian Blue #072C4E

Tints of Prussian Blue #072C4E

Color information

#072C4E (or 0x072C4E) is unknown color: approx Prussian Blue. HEX triplet: 07, 2C and 4E. RGB value is (7,44,78). Sum of RGB (Red+Green+Blue) = 7+44+78=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #072C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C4E is #F8D3B1. Grayscale: #242424. Windows color (decimal): -16307122 or 5123079. OLE color: 5123079.

HSL color Cylindrical-coordinate representation of color #072C4E: hue angle of 208.73º 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 #072C4E is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB74478-
CMYK0.910.4400.69
HSL208.73º83.53%16.67%-
HSV(B)208.73º91.03%30.59%-
XYZ2.362.47.55-
YUV36.81151.24106.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=5.43%
G=34.11%
B=60.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal744780.910.4400.69208.7383.5316.67
Hex72C4E5B2C045d15411
Octal75411613354010532112421
Binary111101100100111010110111011000100010111010001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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