#05284D

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

Shades of Prussian Blue #05284D

Tints of Prussian Blue #05284D

Color information

#05284D (or 0x05284D) is unknown color: approx Prussian Blue. HEX triplet: 05, 28 and 4D. RGB value is (5,40,77). Sum of RGB (Red+Green+Blue) = 5+40+77=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #05284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05284D is #FAD7B2. Grayscale: #212121. Windows color (decimal): -16439219 or 5056517. OLE color: 5056517.

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

Color convert

RGB54077-
CMYK0.940.4800.70
HSL210.83º87.8%16.08%-
HSV(B)210.83º93.51%30.2%-
XYZ2.162.097.31-
YUV33.75152.4107.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=4.10%
G=32.79%
B=63.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal540770.940.4800.70210.8387.816.08
Hex5284D5E30046d35810
Octal55011513660010632313020
Binary101101000100110110111101100000100011011010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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