#113561

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

Shades of Prussian Blue #113561

Tints of Prussian Blue #113561

Color information

#113561 (or 0x113561) is unknown color: approx Prussian Blue. HEX triplet: 11, 35 and 61. RGB value is (17,53,97). Sum of RGB (Red+Green+Blue) = 17+53+97=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #113561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113561 is #EECA9E. Grayscale: #2F2F2F. Windows color (decimal): -15649439 or 6370577. OLE color: 6370577.

HSL color Cylindrical-coordinate representation of color #113561: hue angle of 213º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113561 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175397-
CMYK0.820.4500.62
HSL213º70.18%22.35%-
HSV(B)213º82.47%38.04%-
XYZ3.663.5311.8-
YUV47.25156.07106.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=10.18%
G=31.74%
B=58.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1753970.820.4500.6221370.1822.35
Hex113561522D03Ed54616
Octal21651411225507632510626
Binary1000111010111000011010010101101011111011010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113561; }

 p { color: rgb(17,53,97); }

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

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

 a { background-color: rgb(17,53,97); }

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

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

 span { border-color: rgb(17,53,97); }

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