#113059

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

Shades of Prussian Blue #113059

Tints of Prussian Blue #113059

Color information

#113059 (or 0x113059) is unknown color: approx Prussian Blue. HEX triplet: 11, 30 and 59. RGB value is (17,48,89). Sum of RGB (Red+Green+Blue) = 17+48+89=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #113059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113059 is #EECFA6. Grayscale: #2B2B2B. Windows color (decimal): -15650727 or 5845009. OLE color: 5845009.

HSL color Cylindrical-coordinate representation of color #113059: hue angle of 214.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113059 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB174889-
CMYK0.810.4600.65
HSL214.17º67.92%20.78%-
HSV(B)214.17º80.9%34.9%-
XYZ3.092.959.86-
YUV43.4153.73109.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=11.04%
G=31.17%
B=57.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1748890.810.4600.65214.1767.9220.78
Hex113059512E041d64415
Octal216013112156010132610425
Binary10001110000101100110100011011100100000111010110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113059; }

 p { color: rgb(17,48,89); }

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

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

 a { background-color: rgb(17,48,89); }

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

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

 span { border-color: rgb(17,48,89); }

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