Html Css Color HEX #11315D Prussian Blue

📋 copy color: '#11315D'

red 17 ◦ green 49 ◦ blue 93

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

Shades of Prussian Blue #11315D

Tints of Prussian Blue #11315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.49%

R = 10.69%
G = 30.82%
B = 58.49%

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

#11315D (or 0x11315D) is known color: Prussian Blue. HEX triplet: 11, 31 and 5D. RGB value is (17,49,93). Sum of RGB (Red+Green+Blue) = 17+49+93=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #11315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11315D is #EECEA2. Grayscale: #2C2C2C. Windows color (decimal): -15650467 or 6107409. OLE color: 6107409.

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

Color convert

RGB 17 49 93 -
CMYK 0.82 0.47 0 0.64
HSL 214.74º 0.69% 0.22% -
HSV(B) 214.74º 0.82% 0.36% -
XYZ 3.31 3.11 10.78 -
YUV 44.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 17 49 93 0.82 0.47 0 0.64 214.74 0.69 0.22
Hex 11 31 5D 52 2F 0 40 D7 45 16
Octal 21 61 135 122 57 0 100 327 105 26
Binary 10001 110001 1011101 1010010 101111 0 1000000 11010111 1000101 10110

Color Harmonies of #11315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11315D

Black with #11315D

Text Example


Text Example

White with #11315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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