#113C6C

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

Shades of Prussian Blue #113C6C

Tints of Prussian Blue #113C6C

Color information

#113C6C (or 0x113C6C) is unknown color: approx Prussian Blue. HEX triplet: 11, 3C and 6C. RGB value is (17,60,108). Sum of RGB (Red+Green+Blue) = 17+60+108=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #113C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C6C is #EEC393. Grayscale: #343434. Windows color (decimal): -15647636 or 7093265. OLE color: 7093265.

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

Color convert

RGB1760108-
CMYK0.840.4400.58
HSL211.65º72.8%24.51%-
HSV(B)211.65º84.26%42.35%-
XYZ4.554.4314.8-
YUV52.61159.25102.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=9.19%
G=32.43%
B=58.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17601080.840.4400.58211.6572.824.51
Hex113C6C542C03Ad44919
Octal21741541245407232411131
Binary1000111110011011001010100101100011101011010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,108); }

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

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

 a { background-color: rgb(17,60,108); }

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

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

 span { border-color: rgb(17,60,108); }

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