#05326D

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

Shades of Prussian Blue #05326D

Tints of Prussian Blue #05326D

Color information

#05326D (or 0x05326D) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 6D. RGB value is (5,50,109). Sum of RGB (Red+Green+Blue) = 5+50+109=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #05326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05326D is #FACD92. Grayscale: #2A2A2A. Windows color (decimal): -16436627 or 7156229. OLE color: 7156229.

HSL color Cylindrical-coordinate representation of color #05326D: hue angle of 214.04º 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 #05326D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB550109-
CMYK0.950.5400.57
HSL214.04º91.23%22.35%-
HSV(B)214.04º95.41%42.75%-
XYZ3.963.4214.92-
YUV43.27165.09100.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=3.05%
G=30.49%
B=66.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5501090.950.5400.57214.0491.2322.35
Hex5326D5F36039d65b16
Octal5621551376607132613326
Binary10111001011011011011111110110011100111010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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