#11325B

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

Shades of Prussian Blue #11325B

Tints of Prussian Blue #11325B

Color information

#11325B (or 0x11325B) is unknown color: approx Prussian Blue. HEX triplet: 11, 32 and 5B. RGB value is (17,50,91). Sum of RGB (Red+Green+Blue) = 17+50+91=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #11325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11325B is #EECDA4. Grayscale: #2C2C2C. Windows color (decimal): -15650213 or 5976593. OLE color: 5976593.

HSL color Cylindrical-coordinate representation of color #11325B: hue angle of 213.24º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11325B is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB175091-
CMYK0.810.4500.64
HSL213.24º68.52%21.18%-
HSV(B)213.24º81.32%35.69%-
XYZ3.263.1610.33-
YUV44.81154.07108.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=10.76%
G=31.65%
B=57.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1750910.810.4500.64213.2468.5221.18
Hex11325B512D040d54515
Octal216213312155010032510525
Binary10001110010101101110100011011010100000011010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11325B; }

 p { color: rgb(17,50,91); }

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

<style>
 a { background-color: #11325B; }

 a { background-color: rgb(17,50,91); }

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

<style>
 span { border-color: #11325B; }

 span { border-color: rgb(17,50,91); }

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