#113C6B

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

Shades of Prussian Blue #113C6B

Tints of Prussian Blue #113C6B

Color information

#113C6B (or 0x113C6B) is unknown color: approx Prussian Blue. HEX triplet: 11, 3C and 6B. RGB value is (17,60,107). Sum of RGB (Red+Green+Blue) = 17+60+107=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #113C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C6B is #EEC394. Grayscale: #343434. Windows color (decimal): -15647637 or 7027729. OLE color: 7027729.

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

Color convert

RGB1760107-
CMYK0.840.4400.58
HSL211.33º72.58%24.31%-
HSV(B)211.33º84.11%41.96%-
XYZ4.54.4114.52-
YUV52.5158.75102.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=9.24%
G=32.61%
B=58.15%

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
Decimal17601070.840.4400.58211.3372.5824.31
Hex113C6B542C03Ad34918
Octal21741531245407232311130
Binary1000111110011010111010100101100011101011010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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