#05314D

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

Shades of Prussian Blue #05314D

Tints of Prussian Blue #05314D

Color information

#05314D (or 0x05314D) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 4D. RGB value is (5,49,77). Sum of RGB (Red+Green+Blue) = 5+49+77=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #05314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05314D is #FACEB2. Grayscale: #262626. Windows color (decimal): -16436915 or 5058821. OLE color: 5058821.

HSL color Cylindrical-coordinate representation of color #05314D: hue angle of 203.33º 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 #05314D is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54977-
CMYK0.940.3600.70
HSL203.33º87.8%16.08%-
HSV(B)203.33º93.51%30.2%-
XYZ2.52.767.42-
YUV39.04149.42103.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 77 (30.47% from 255) = 58.78%
R=3.82%
G=37.40%
B=58.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal549770.940.3600.70203.3387.816.08
Hex5314D5E24046cb5810
Octal56111513644010631313020
Binary101110001100110110111101001000100011011001011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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