Html Css Color HEX #11386A Prussian Blue

📋 copy color: '#11386A'

red 17 ◦ green 56 ◦ blue 106

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

Shades of Prussian Blue #11386A

Tints of Prussian Blue #11386A

RGB

 RED value IS 17 (7.03% from 255) = 9.5%

 GREEN value IS 56 (22.27% from 255) = 31.28%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 9.5%
G = 31.28%
B = 59.22%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11386A (or 0x11386A) is known color: Prussian Blue. HEX triplet: 11, 38 and 6A. RGB value is (17,56,106). Sum of RGB (Red+Green+Blue) = 17+56+106=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #11386A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11386A is #EEC795. Grayscale: #313131. Windows color (decimal): -15648662 or 6961169. OLE color: 6961169.

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

Color convert

RGB 17 56 106 -
CMYK 0.84 0.47 0 0.58
HSL 213.71º 0.72% 0.24% -
HSV(B) 213.71º 0.84% 0.42% -
XYZ 4.25 3.99 14.18 -
YUV 50.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 17 56 106 0.84 0.47 0 0.58 213.71 0.72 0.24
Hex 11 38 6A 54 2F 0 3A D6 48 18
Octal 21 70 152 124 57 0 72 326 110 30
Binary 10001 111000 1101010 1010100 101111 0 111010 11010110 1001000 11000

Color Harmonies of #11386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11386A

Black with #11386A

Text Example


Text Example

White with #11386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11386A;
 }
 .AnyTagClassName
 {
   color: #11386A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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