#05274E

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

Shades of Prussian Blue #05274E

Tints of Prussian Blue #05274E

Color information

#05274E (or 0x05274E) is unknown color: approx Prussian Blue. HEX triplet: 05, 27 and 4E. RGB value is (5,39,78). Sum of RGB (Red+Green+Blue) = 5+39+78=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #05274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05274E is #FAD8B1. Grayscale: #212121. Windows color (decimal): -16439474 or 5121797. OLE color: 5121797.

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

Color convert

RGB53978-
CMYK0.940.5000.69
HSL212.05º87.95%16.27%-
HSV(B)212.05º93.59%30.59%-
XYZ2.162.037.49-
YUV33.28153.24107.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=4.10%
G=31.97%
B=63.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal539780.940.5000.69212.0587.9516.27
Hex5274E5E32045d45810
Octal54711613662010532413020
Binary101100111100111010111101100100100010111010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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