#113565

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

Shades of Prussian Blue #113565

Tints of Prussian Blue #113565

Color information

#113565 (or 0x113565) is unknown color: approx Prussian Blue. HEX triplet: 11, 35 and 65. RGB value is (17,53,101). Sum of RGB (Red+Green+Blue) = 17+53+101=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #113565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113565 is #EECA9A. Grayscale: #2F2F2F. Windows color (decimal): -15649435 or 6632721. OLE color: 6632721.

HSL color Cylindrical-coordinate representation of color #113565: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113565 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1753101-
CMYK0.830.4800.60
HSL214.29º71.19%23.14%-
HSV(B)214.29º83.17%39.61%-
XYZ3.853.612.8-
YUV47.71158.07106.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=9.94%
G=30.99%
B=59.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17531010.830.4800.60214.2971.1923.14
Hex113565533003Cd64717
Octal21651451236007432610727
Binary1000111010111001011010011110000011110011010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113565; }

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

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

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

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

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

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

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

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