#11386C

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

Shades of Prussian Blue #11386C

Tints of Prussian Blue #11386C

Color information

#11386C (or 0x11386C) is unknown color: approx Prussian Blue. HEX triplet: 11, 38 and 6C. RGB value is (17,56,108). Sum of RGB (Red+Green+Blue) = 17+56+108=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #11386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11386C is #EEC793. Grayscale: #323232. Windows color (decimal): -15648660 or 7092241. OLE color: 7092241.

HSL color Cylindrical-coordinate representation of color #11386C: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11386C is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1756108-
CMYK0.840.4800.58
HSL214.29º72.8%24.51%-
HSV(B)214.29º84.26%42.35%-
XYZ4.354.0314.74-
YUV50.27160.58104.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=9.39%
G=30.94%
B=59.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17561080.840.4800.58214.2972.824.51
Hex11386C543003Ad64919
Octal21701541246007232611131
Binary1000111100011011001010100110000011101011010110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11386C; }

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

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

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

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

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

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

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

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