#072A4D

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

Shades of Prussian Blue #072A4D

Tints of Prussian Blue #072A4D

Color information

#072A4D (or 0x072A4D) is unknown color: approx Prussian Blue. HEX triplet: 07, 2A and 4D. RGB value is (7,42,77). Sum of RGB (Red+Green+Blue) = 7+42+77=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #072A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A4D is #F8D5B2. Grayscale: #232323. Windows color (decimal): -16307635 or 5057031. OLE color: 5057031.

HSL color Cylindrical-coordinate representation of color #072A4D: hue angle of 210º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072A4D is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB74277-
CMYK0.910.4500.70
HSL210º83.33%16.47%-
HSV(B)210º90.91%30.2%-
XYZ2.262.247.33-
YUV35.52151.4107.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=5.56%
G=33.33%
B=61.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal742770.910.4500.7021083.3316.47
Hex72A4D5B2D046d25310
Octal75211513355010632212320
Binary111101010100110110110111011010100011011010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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