#11386D

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

Shades of Prussian Blue #11386D

Tints of Prussian Blue #11386D

Color information

#11386D (or 0x11386D) is unknown color: approx Prussian Blue. HEX triplet: 11, 38 and 6D. RGB value is (17,56,109). Sum of RGB (Red+Green+Blue) = 17+56+109=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #11386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11386D is #EEC792. Grayscale: #323232. Windows color (decimal): -15648659 or 7157777. OLE color: 7157777.

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

Color convert

RGB1756109-
CMYK0.840.4900.57
HSL214.57º73.02%24.71%-
HSV(B)214.57º84.4%42.75%-
XYZ4.414.0515.02-
YUV50.38161.08104.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=9.34%
G=30.77%
B=59.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17561090.840.4900.57214.5773.0224.71
Hex11386D5431039d74919
Octal21701551246107132711131
Binary1000111100011011011010100110001011100111010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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