#113861

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

Shades of Prussian Blue #113861

Tints of Prussian Blue #113861

Color information

#113861 (or 0x113861) is unknown color: approx Prussian Blue. HEX triplet: 11, 38 and 61. RGB value is (17,56,97). Sum of RGB (Red+Green+Blue) = 17+56+97=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #113861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113861 is #EEC79E. Grayscale: #303030. Windows color (decimal): -15648671 or 6371345. OLE color: 6371345.

HSL color Cylindrical-coordinate representation of color #113861: hue angle of 210.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113861 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175697-
CMYK0.820.4200.62
HSL210.75º70.18%22.35%-
HSV(B)210.75º82.47%38.04%-
XYZ3.83.8111.84-
YUV49.01155.08105.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=10%
G=32.94%
B=57.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1756970.820.4200.62210.7570.1822.35
Hex113861522A03Ed34616
Octal21701411225207632310626
Binary1000111100011000011010010101010011111011010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113861; }

 p { color: rgb(17,56,97); }

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

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

 a { background-color: rgb(17,56,97); }

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

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

 span { border-color: rgb(17,56,97); }

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