#11345C

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

Shades of Prussian Blue #11345C

Tints of Prussian Blue #11345C

Color information

#11345C (or 0x11345C) is unknown color: approx Prussian Blue. HEX triplet: 11, 34 and 5C. RGB value is (17,52,92). Sum of RGB (Red+Green+Blue) = 17+52+92=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #11345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345C is #EECBA3. Grayscale: #2D2D2D. Windows color (decimal): -15649700 or 6042641. OLE color: 6042641.

HSL color Cylindrical-coordinate representation of color #11345C: hue angle of 212º 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 #11345C is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB175292-
CMYK0.820.4300.64
HSL212º68.81%21.37%-
HSV(B)212º81.52%36.08%-
XYZ3.393.3510.59-
YUV46.1153.9107.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=10.56%
G=32.30%
B=57.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1752920.820.4300.6421268.8121.37
Hex11345C522B040d44515
Octal216413412253010032410525
Binary10001110100101110010100101010110100000011010100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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