Html Css Color HEX #113564 Prussian Blue

📋 copy color: '#113564'

red 17 ◦ green 53 ◦ blue 100

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

Shades of Prussian Blue #113564

Tints of Prussian Blue #113564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 100 (39.45% from 255) = 58.82%

R = 10%
G = 31.18%
B = 58.82%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113564 (or 0x113564) is known color: Prussian Blue. HEX triplet: 11, 35 and 64. RGB value is (17,53,100). Sum of RGB (Red+Green+Blue) = 17+53+100=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #113564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113564 is #EECA9B. Grayscale: #2F2F2F. Windows color (decimal): -15649436 or 6567185. OLE color: 6567185.

HSL color Cylindrical-coordinate representation of color #113564: hue angle of 213.98º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113564 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 53 100 -
CMYK 0.83 0.47 0 0.61
HSL 213.98º 0.71% 0.23% -
HSV(B) 213.98º 0.83% 0.39% -
XYZ 3.8 3.59 12.55 -
YUV 47.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 17 53 100 0.83 0.47 0 0.61 213.98 0.71 0.23
Hex 11 35 64 53 2F 0 3D D6 47 17
Octal 21 65 144 123 57 0 75 326 107 27
Binary 10001 110101 1100100 1010011 101111 0 111101 11010110 1000111 10111

Color Harmonies of #113564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113564

Black with #113564

Text Example


Text Example

White with #113564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113564; }

 p { color: rgb(17,53,100); }

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

background-color css

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

 a { background-color: rgb(17,53,100); }

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

border-color css

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

 span { border-color: rgb(17,53,100); }

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