#113761

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

Shades of Prussian Blue #113761

Tints of Prussian Blue #113761

Color information

#113761 (or 0x113761) is unknown color: approx Prussian Blue. HEX triplet: 11, 37 and 61. RGB value is (17,55,97). Sum of RGB (Red+Green+Blue) = 17+55+97=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #113761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113761 is #EEC89E. Grayscale: #303030. Windows color (decimal): -15648927 or 6371089. OLE color: 6371089.

HSL color Cylindrical-coordinate representation of color #113761: hue angle of 211.5º 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 #113761 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175597-
CMYK0.820.4300.62
HSL211.5º70.18%22.35%-
HSV(B)211.5º82.47%38.04%-
XYZ3.763.7111.83-
YUV48.43155.41105.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=10.06%
G=32.54%
B=57.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1755970.820.4300.62211.570.1822.35
Hex113761522B03Ed44616
Octal21671411225307632410626
Binary1000111011111000011010010101011011111011010100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113761; }

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

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

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

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

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

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

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

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