#07294e

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

Shades of Prussian Blue #07294E

Tints of Prussian Blue #07294E

Color information

#07294E (or 0x07294E) is unknown color: approx Prussian Blue. HEX triplet: 07, 29 and 4E. RGB value is (7,41,78). Sum of RGB (Red+Green+Blue) = 7+41+78=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #07294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07294E is #F8D6B1. Grayscale: #222222. Windows color (decimal): -16307890 or 5122311. OLE color: 5122311.

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

Color convert

RGB74178-
CMYK0.910.4700.69
HSL211.27º83.53%16.67%-
HSV(B)211.27º91.03%30.59%-
XYZ2.262.187.51-
YUV35.05152.24107.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=5.56%
G=32.54%
B=61.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal741780.910.4700.69211.2783.5316.67
Hex7294E5B2F045d35411
Octal75111613357010532312421
Binary111101001100111010110111011110100010111010011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07294e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07294e; }

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

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

<style>
 a { background-color: #07294e; }

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

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

<style>
 span { border-color: #07294e; }

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

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