Html Css Color HEX #11396C Prussian Blue

📋 copy color: '#11396C'

red 17 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #11396C

Tints of Prussian Blue #11396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 9.34%
G = 31.32%
B = 59.34%

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

#11396C (or 0x11396C) is known color: Prussian Blue. HEX triplet: 11, 39 and 6C. RGB value is (17,57,108). Sum of RGB (Red+Green+Blue) = 17+57+108=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #11396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11396C is #EEC693. Grayscale: #323232. Windows color (decimal): -15648404 or 7092497. OLE color: 7092497.

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

Color convert

RGB 17 57 108 -
CMYK 0.84 0.47 0 0.58
HSL 213.63º 0.73% 0.25% -
HSV(B) 213.63º 0.84% 0.42% -
XYZ 4.4 4.13 14.75 -
YUV 50.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 17 57 108 0.84 0.47 0 0.58 213.63 0.73 0.25
Hex 11 39 6C 54 2F 0 3A D6 49 19
Octal 21 71 154 124 57 0 72 326 111 31
Binary 10001 111001 1101100 1010100 101111 0 111010 11010110 1001001 11001

Color Harmonies of #11396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11396C

Black with #11396C

Text Example


Text Example

White with #11396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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