#113F69

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

Shades of Prussian Blue #113F69

Tints of Prussian Blue #113F69

Color information

#113F69 (or 0x113F69) is unknown color: approx Prussian Blue. HEX triplet: 11, 3F and 69. RGB value is (17,63,105). Sum of RGB (Red+Green+Blue) = 17+63+105=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #113F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F69 is #EEC096. Grayscale: #353535. Windows color (decimal): -15646871 or 6897425. OLE color: 6897425.

HSL color Cylindrical-coordinate representation of color #113F69: hue angle of 208.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113F69 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1763105-
CMYK0.840.400.59
HSL208.64º72.13%23.92%-
HSV(B)208.64º83.81%41.18%-
XYZ4.564.6914.03-
YUV54.03156.76101.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=9.19%
G=34.05%
B=56.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17631050.840.400.59208.6472.1323.92
Hex113F69542803Bd14818
Octal21771511245007332111030
Binary1000111111111010011010100101000011101111010001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,105); }

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

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

 a { background-color: rgb(17,63,105); }

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

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

 span { border-color: rgb(17,63,105); }

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