Html Css Color HEX #113565 Prussian Blue

📋 copy color: '#113565'

red 17 ◦ green 53 ◦ blue 101

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

Shades of Prussian Blue #113565

Tints of Prussian Blue #113565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.06%

R = 9.94%
G = 30.99%
B = 59.06%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#113565 (or 0x113565) is known color: Prussian Blue. HEX triplet: 11, 35 and 65. RGB value is (17,53,101). Sum of RGB (Red+Green+Blue) = 17+53+101=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #113565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113565 is #EECA9A. Grayscale: #2F2F2F. Windows color (decimal): -15649435 or 6632721. OLE color: 6632721.

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

Color convert

RGB 17 53 101 -
CMYK 0.83 0.48 0 0.60
HSL 214.29º 0.71% 0.23% -
HSV(B) 214.29º 0.83% 0.4% -
XYZ 3.85 3.6 12.8 -
YUV 47.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 17 53 101 0.83 0.48 0 0.60 214.29 0.71 0.23
Hex 11 35 65 53 30 0 3C D6 47 17
Octal 21 65 145 123 60 0 74 326 107 27
Binary 10001 110101 1100101 1010011 110000 0 111100 11010110 1000111 10111

Color Harmonies of #113565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113565

Black with #113565

Text Example


Text Example

White with #113565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113565; }

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

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

background-color css

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

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

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

border-color css

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

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

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