#05284F

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

Shades of Prussian Blue #05284F

Tints of Prussian Blue #05284F

Color information

#05284F (or 0x05284F) is unknown color: approx Prussian Blue. HEX triplet: 05, 28 and 4F. RGB value is (5,40,79). Sum of RGB (Red+Green+Blue) = 5+40+79=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #05284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05284F is #FAD7B0. Grayscale: #212121. Windows color (decimal): -16439217 or 5187589. OLE color: 5187589.

HSL color Cylindrical-coordinate representation of color #05284F: hue angle of 211.62º 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 #05284F is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB54079-
CMYK0.940.4900.69
HSL211.62º88.1%16.47%-
HSV(B)211.62º93.67%30.98%-
XYZ2.232.117.69-
YUV33.98153.4107.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=4.03%
G=32.26%
B=63.71%

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
Decimal540790.940.4900.69211.6288.116.47
Hex5284F5E31045d45810
Octal55011713661010532413020
Binary101101000100111110111101100010100010111010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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