Html Css Color HEX #113771 Prussian Blue

📋 copy color: '#113771'

red 17 ◦ green 55 ◦ blue 113

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

Shades of Prussian Blue #113771

Tints of Prussian Blue #113771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 9.19%
G = 29.73%
B = 61.08%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113771 (or 0x113771) is known color: Prussian Blue. HEX triplet: 11, 37 and 71. RGB value is (17,55,113). Sum of RGB (Red+Green+Blue) = 17+55+113=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #113771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113771 is #EEC88E. Grayscale: #313131. Windows color (decimal): -15648911 or 7419665. OLE color: 7419665.

HSL color Cylindrical-coordinate representation of color #113771: hue angle of 216.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113771 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 55 113 -
CMYK 0.85 0.51 0 0.56
HSL 216.25º 0.74% 0.25% -
HSV(B) 216.25º 0.85% 0.44% -
XYZ 4.58 4.04 16.16 -
YUV 50.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 17 55 113 0.85 0.51 0 0.56 216.25 0.74 0.25
Hex 11 37 71 55 33 0 38 D8 4A 19
Octal 21 67 161 125 63 0 70 330 112 31
Binary 10001 110111 1110001 1010101 110011 0 111000 11011000 1001010 11001

Color Harmonies of #113771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113771

Black with #113771

Text Example


Text Example

White with #113771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113771; }

 p { color: rgb(17,55,113); }

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

background-color css

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

 a { background-color: rgb(17,55,113); }

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

border-color css

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

 span { border-color: rgb(17,55,113); }

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