#072A4E

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

Shades of Prussian Blue #072A4E

Tints of Prussian Blue #072A4E

Color information

#072A4E (or 0x072A4E) is unknown color: approx Prussian Blue. HEX triplet: 07, 2A and 4E. RGB value is (7,42,78). Sum of RGB (Red+Green+Blue) = 7+42+78=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #072A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A4E is #F8D5B1. Grayscale: #232323. Windows color (decimal): -16307634 or 5122567. OLE color: 5122567.

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

Color convert

RGB74278-
CMYK0.910.4600.69
HSL210.42º83.53%16.67%-
HSV(B)210.42º91.03%30.59%-
XYZ2.292.257.52-
YUV35.64151.9107.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=5.51%
G=33.07%
B=61.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal742780.910.4600.69210.4283.5316.67
Hex72A4E5B2E045d25411
Octal75211613356010532212421
Binary111101010100111010110111011100100010111010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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