#113B6D

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

Shades of Prussian Blue #113B6D

Tints of Prussian Blue #113B6D

Color information

#113B6D (or 0x113B6D) is unknown color: approx Prussian Blue. HEX triplet: 11, 3B and 6D. RGB value is (17,59,109). Sum of RGB (Red+Green+Blue) = 17+59+109=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #113B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B6D is #EEC492. Grayscale: #333333. Windows color (decimal): -15647891 or 7158545. OLE color: 7158545.

HSL color Cylindrical-coordinate representation of color #113B6D: hue angle of 212.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113B6D is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1759109-
CMYK0.840.4600.57
HSL212.61º73.02%24.71%-
HSV(B)212.61º84.4%42.75%-
XYZ4.564.3515.07-
YUV52.14160.09102.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=9.19%
G=31.89%
B=58.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17591090.840.4600.57212.6173.0224.71
Hex113B6D542E039d54919
Octal21731551245607132511131
Binary1000111101111011011010100101110011100111010101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B6D; }

 p { color: rgb(17,59,109); }

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

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

 a { background-color: rgb(17,59,109); }

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

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

 span { border-color: rgb(17,59,109); }

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