Html Css Color HEX #113563 Prussian Blue

📋 copy color: '#113563'

red 17 ◦ green 53 ◦ blue 99

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

Shades of Prussian Blue #113563

Tints of Prussian Blue #113563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 10.06%
G = 31.36%
B = 58.58%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113563 (or 0x113563) is known color: Prussian Blue. HEX triplet: 11, 35 and 63. RGB value is (17,53,99). Sum of RGB (Red+Green+Blue) = 17+53+99=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #113563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113563 is #EECA9C. Grayscale: #2F2F2F. Windows color (decimal): -15649437 or 6501649. OLE color: 6501649.

HSL color Cylindrical-coordinate representation of color #113563: hue angle of 213.66º 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 #113563 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 53 99 -
CMYK 0.83 0.46 0 0.61
HSL 213.66º 0.71% 0.23% -
HSV(B) 213.66º 0.83% 0.39% -
XYZ 3.76 3.57 12.29 -
YUV 47.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 17 53 99 0.83 0.46 0 0.61 213.66 0.71 0.23
Hex 11 35 63 53 2E 0 3D D6 47 17
Octal 21 65 143 123 56 0 75 326 107 27
Binary 10001 110101 1100011 1010011 101110 0 111101 11010110 1000111 10111

Color Harmonies of #113563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113563

Black with #113563

Text Example


Text Example

White with #113563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113563; }

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

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

background-color css

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

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

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

border-color css

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

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

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