#113C68

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

Shades of Prussian Blue #113C68

Tints of Prussian Blue #113C68

Color information

#113C68 (or 0x113C68) is unknown color: approx Prussian Blue. HEX triplet: 11, 3C and 68. RGB value is (17,60,104). Sum of RGB (Red+Green+Blue) = 17+60+104=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #113C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C68 is #EEC397. Grayscale: #333333. Windows color (decimal): -15647640 or 6831121. OLE color: 6831121.

HSL color Cylindrical-coordinate representation of color #113C68: hue angle of 210.34º 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 #113C68 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1760104-
CMYK0.840.4200.59
HSL210.34º71.9%23.73%-
HSV(B)210.34º83.65%40.78%-
XYZ4.354.3513.71-
YUV52.16157.25102.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=9.39%
G=33.15%
B=57.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17601040.840.4200.59210.3471.923.73
Hex113C68542A03Bd24818
Octal21741501245207332211030
Binary1000111110011010001010100101010011101111010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,104); }

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

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

 a { background-color: rgb(17,60,104); }

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

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

 span { border-color: rgb(17,60,104); }

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