#072E4E

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

Shades of Prussian Blue #072E4E

Tints of Prussian Blue #072E4E

Color information

#072E4E (or 0x072E4E) is unknown color: approx Prussian Blue. HEX triplet: 07, 2E and 4E. RGB value is (7,46,78). Sum of RGB (Red+Green+Blue) = 7+46+78=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #072E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E4E is #F8D1B1. Grayscale: #252525. Windows color (decimal): -16306610 or 5123591. OLE color: 5123591.

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

Color convert

RGB74678-
CMYK0.910.4100.69
HSL207.04º83.53%16.67%-
HSV(B)207.04º91.03%30.59%-
XYZ2.442.557.57-
YUV37.99150.58105.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=5.34%
G=35.11%
B=59.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal746780.910.4100.69207.0483.5316.67
Hex72E4E5B29045cf5411
Octal75611613351010531712421
Binary111101110100111010110111010010100010111001111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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