#08294E

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

Shades of Prussian Blue #08294E

Tints of Prussian Blue #08294E

Color information

#08294E (or 0x08294E) is unknown color: approx Prussian Blue. HEX triplet: 08, 29 and 4E. RGB value is (8,41,78). Sum of RGB (Red+Green+Blue) = 8+41+78=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 41 (16.41% from 255 or 32.28% 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 #08294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08294E is #F7D6B1. Grayscale: #232323. Windows color (decimal): -16242354 or 5122312. OLE color: 5122312.

HSL color Cylindrical-coordinate representation of color #08294E: hue angle of 211.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08294E is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB84178-
CMYK0.900.4700.69
HSL211.71º81.4%16.86%-
HSV(B)211.71º89.74%30.59%-
XYZ2.272.197.51-
YUV35.35152.07108.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=6.30%
G=32.28%
B=61.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal841780.900.4700.69211.7181.416.86
Hex8294E5A2F045d45111
Octal105111613257010532412121
Binary1000101001100111010110101011110100010111010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08294E; }

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

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

<style>
 a { background-color: #08294E; }

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

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

<style>
 span { border-color: #08294E; }

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

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