Html Css Color HEX #11396D Prussian Blue

📋 copy color: '#11396D'

red 17 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #11396D

Tints of Prussian Blue #11396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 9.29%
G = 31.15%
B = 59.56%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11396D (or 0x11396D) is known color: Prussian Blue. HEX triplet: 11, 39 and 6D. RGB value is (17,57,109). Sum of RGB (Red+Green+Blue) = 17+57+109=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #11396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11396D is #EEC692. Grayscale: #323232. Windows color (decimal): -15648403 or 7158033. OLE color: 7158033.

HSL color Cylindrical-coordinate representation of color #11396D: hue angle of 213.91º 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 #11396D is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 57 109 -
CMYK 0.84 0.48 0 0.57
HSL 213.91º 0.73% 0.25% -
HSV(B) 213.91º 0.84% 0.43% -
XYZ 4.45 4.15 15.03 -
YUV 50.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 17 57 109 0.84 0.48 0 0.57 213.91 0.73 0.25
Hex 11 39 6D 54 30 0 39 D6 49 19
Octal 21 71 155 124 60 0 71 326 111 31
Binary 10001 111001 1101101 1010100 110000 0 111001 11010110 1001001 11001

Color Harmonies of #11396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11396D

Black with #11396D

Text Example


Text Example

White with #11396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11396D;
 }
 .AnyTagClassName
 {
   color: #11396D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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