#05316D

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

Shades of Prussian Blue #05316D

Tints of Prussian Blue #05316D

Color information

#05316D (or 0x05316D) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 6D. RGB value is (5,49,109). Sum of RGB (Red+Green+Blue) = 5+49+109=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #05316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05316D is #FACE92. Grayscale: #2A2A2A. Windows color (decimal): -16436883 or 7155973. OLE color: 7155973.

HSL color Cylindrical-coordinate representation of color #05316D: hue angle of 214.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05316D is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB549109-
CMYK0.950.5500.57
HSL214.62º91.23%22.35%-
HSV(B)214.62º95.41%42.75%-
XYZ3.923.3314.9-
YUV42.68165.42101.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=3.07%
G=30.06%
B=66.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5491090.950.5500.57214.6291.2322.35
Hex5316D5F37039d75b16
Octal5611551376707132713326
Binary10111000111011011011111110111011100111010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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