Html Css Color HEX #11315C Prussian Blue

📋 copy color: '#11315C'

red 17 ◦ green 49 ◦ blue 92

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

Shades of Prussian Blue #11315C

Tints of Prussian Blue #11315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.01%

 BLUE value IS 92 (36.33% from 255) = 58.23%

R = 10.76%
G = 31.01%
B = 58.23%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11315C (or 0x11315C) is known color: Prussian Blue. HEX triplet: 11, 31 and 5C. RGB value is (17,49,92). Sum of RGB (Red+Green+Blue) = 17+49+92=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #11315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11315C is #EECEA3. Grayscale: #2C2C2C. Windows color (decimal): -15650468 or 6041873. OLE color: 6041873.

HSL color Cylindrical-coordinate representation of color #11315C: hue angle of 214.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11315C is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 49 92 -
CMYK 0.82 0.47 0 0.64
HSL 214.4º 0.69% 0.21% -
HSV(B) 214.4º 0.82% 0.36% -
XYZ 3.26 3.09 10.55 -
YUV 44.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 17 49 92 0.82 0.47 0 0.64 214.4 0.69 0.21
Hex 11 31 5C 52 2F 0 40 D6 45 15
Octal 21 61 134 122 57 0 100 326 105 25
Binary 10001 110001 1011100 1010010 101111 0 1000000 11010110 1000101 10101

Color Harmonies of #11315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11315C

Black with #11315C

Text Example


Text Example

White with #11315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,49,92); }

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

background-color css

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

 a { background-color: rgb(17,49,92); }

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

border-color css

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

 span { border-color: rgb(17,49,92); }

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