#113D65

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

Shades of Prussian Blue #113D65

Tints of Prussian Blue #113D65

Color information

#113D65 (or 0x113D65) is unknown color: approx Prussian Blue. HEX triplet: 11, 3D and 65. RGB value is (17,61,101). Sum of RGB (Red+Green+Blue) = 17+61+101=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #113D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D65 is #EEC29A. Grayscale: #343434. Windows color (decimal): -15647387 or 6634769. OLE color: 6634769.

HSL color Cylindrical-coordinate representation of color #113D65: hue angle of 208.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113D65 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1761101-
CMYK0.830.4000.60
HSL208.57º71.19%23.14%-
HSV(B)208.57º83.17%39.61%-
XYZ4.254.412.94-
YUV52.4155.42102.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 101 (39.84% from 255) = 56.42%
R=9.50%
G=34.08%
B=56.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17611010.830.4000.60208.5771.1923.14
Hex113D65532803Cd14717
Octal21751451235007432110727
Binary1000111110111001011010011101000011110011010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,101); }

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

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

 a { background-color: rgb(17,61,101); }

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

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

 span { border-color: rgb(17,61,101); }

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