Html Css Color HEX #11386D Prussian Blue

📋 copy color: '#11386D'

red 17 ◦ green 56 ◦ blue 109

#11386D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #11386D

Tints of Prussian Blue #11386D

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 value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11386D (or 0x11386D) is known color: 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

RGB 17 56 109 -
CMYK 0.84 0.49 0 0.57
HSL 214.57º 0.73% 0.25% -
HSV(B) 214.57º 0.84% 0.43% -
XYZ 4.41 4.05 15.02 -
YUV 50.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 17 56 109 0.84 0.49 0 0.57 214.57 0.73 0.25
Hex 11 38 6D 54 31 0 39 D7 49 19
Octal 21 70 155 124 61 0 71 327 111 31
Binary 10001 111000 1101101 1010100 110001 0 111001 11010111 1001001 11001

Color Harmonies of #11386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11386D

Black with #11386D

Text Example


Text Example

White with #11386D

Text Example


Text Example

HTML Codes & Css Web 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>