#11315C

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

Shades of Prussian Blue #11315C

Tints of Prussian Blue #11315C

Color information

#11315C (or 0x11315C) is unknown color: approx Prussian Blue. HEX triplet: 11, 31 and 5C. RGB value is (17,49,92). Sum of RGB (Red+Green+Blue) = 17+49+92=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #11315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11315C is #EECEA3. Grayscale: #2C2C2C. Windows color (decimal): -15650468 or 6041873. OLE color: 6041873.

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

Color convert

RGB174992-
CMYK0.820.4700.64
HSL214.4º68.81%21.37%-
HSV(B)214.4º81.52%36.08%-
XYZ3.263.0910.55-
YUV44.33154.9108.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=10.76%
G=31.01%
B=58.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1749920.820.4700.64214.468.8121.37
Hex11315C522F040d64515
Octal216113412257010032610525
Binary10001110001101110010100101011110100000011010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11315C; }

 p { color: rgb(17,49,92); }

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

<style>
 a { background-color: #11315C; }

 a { background-color: rgb(17,49,92); }

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

<style>
 span { border-color: #11315C; }

 span { border-color: rgb(17,49,92); }

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