#05284E

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

Shades of Prussian Blue #05284E

Tints of Prussian Blue #05284E

Color information

#05284E (or 0x05284E) is unknown color: approx Prussian Blue. HEX triplet: 05, 28 and 4E. RGB value is (5,40,78). Sum of RGB (Red+Green+Blue) = 5+40+78=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #05284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05284E is #FAD7B1. Grayscale: #212121. Windows color (decimal): -16439218 or 5122053. OLE color: 5122053.

HSL color Cylindrical-coordinate representation of color #05284E: hue angle of 211.23º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05284E is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB54078-
CMYK0.940.4900.69
HSL211.23º87.95%16.27%-
HSV(B)211.23º93.59%30.59%-
XYZ2.22.17.5-
YUV33.87152.9107.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=4.07%
G=32.52%
B=63.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal540780.940.4900.69211.2387.9516.27
Hex5284E5E31045d35810
Octal55011613661010532313020
Binary101101000100111010111101100010100010111010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,40,78); }

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

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

 a { background-color: rgb(5,40,78); }

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

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

 span { border-color: rgb(5,40,78); }

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