#113A6E

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

Shades of Prussian Blue #113A6E

Tints of Prussian Blue #113A6E

Color information

#113A6E (or 0x113A6E) is unknown color: approx Prussian Blue. HEX triplet: 11, 3A and 6E. RGB value is (17,58,110). Sum of RGB (Red+Green+Blue) = 17+58+110=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #113A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A6E is #EEC591. Grayscale: #333333. Windows color (decimal): -15648146 or 7223825. OLE color: 7223825.

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

Color convert

RGB1758110-
CMYK0.850.4700.57
HSL213.55º73.23%24.9%-
HSV(B)213.55º84.55%43.14%-
XYZ4.564.2715.34-
YUV51.67160.92103.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=9.19%
G=31.35%
B=59.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17581100.850.4700.57213.5573.2324.9
Hex113A6E552F039d64919
Octal21721561255707132611131
Binary1000111101011011101010101101111011100111010110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,110); }

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

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

 a { background-color: rgb(17,58,110); }

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

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

 span { border-color: rgb(17,58,110); }

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