Html Css Color HEX #113D6D Prussian Blue

📋 copy color: '#113D6D'

red 17 ◦ green 61 ◦ blue 109

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

Shades of Prussian Blue #113D6D

Tints of Prussian Blue #113D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 109 (42.97% from 255) = 58.29%

R = 9.09%
G = 32.62%
B = 58.29%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#113D6D (or 0x113D6D) is known color: Prussian Blue. HEX triplet: 11, 3D and 6D. RGB value is (17,61,109). Sum of RGB (Red+Green+Blue) = 17+61+109=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #113D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D6D is #EEC292. Grayscale: #353535. Windows color (decimal): -15647379 or 7159057. OLE color: 7159057.

HSL color Cylindrical-coordinate representation of color #113D6D: hue angle of 211.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113D6D is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 61 109 -
CMYK 0.84 0.44 0 0.57
HSL 211.3º 0.73% 0.25% -
HSV(B) 211.3º 0.84% 0.43% -
XYZ 4.66 4.56 15.1 -
YUV 53.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 17 61 109 0.84 0.44 0 0.57 211.3 0.73 0.25
Hex 11 3D 6D 54 2C 0 39 D3 49 19
Octal 21 75 155 124 54 0 71 323 111 31
Binary 10001 111101 1101101 1010100 101100 0 111001 11010011 1001001 11001

Color Harmonies of #113D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D6D

Black with #113D6D

Text Example


Text Example

White with #113D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D6D; }

 p { color: rgb(17,61,109); }

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

background-color css

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

 a { background-color: rgb(17,61,109); }

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

border-color css

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

 span { border-color: rgb(17,61,109); }

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