Html Css Color HEX #113A6D Prussian Blue

📋 copy color: '#113A6D'

red 17 ◦ green 58 ◦ blue 109

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

Shades of Prussian Blue #113A6D

Tints of Prussian Blue #113A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

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

R = 9.24%
G = 31.52%
B = 59.24%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#113A6D (or 0x113A6D) is known color: Prussian Blue. HEX triplet: 11, 3A and 6D. RGB value is (17,58,109). Sum of RGB (Red+Green+Blue) = 17+58+109=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #113A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A6D is #EEC592. Grayscale: #333333. Windows color (decimal): -15648147 or 7158289. OLE color: 7158289.

HSL color Cylindrical-coordinate representation of color #113A6D: hue angle of 213.26º 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 #113A6D is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 58 109 -
CMYK 0.84 0.47 0 0.57
HSL 213.26º 0.73% 0.25% -
HSV(B) 213.26º 0.84% 0.43% -
XYZ 4.5 4.25 15.05 -
YUV 51.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 17 58 109 0.84 0.47 0 0.57 213.26 0.73 0.25
Hex 11 3A 6D 54 2F 0 39 D5 49 19
Octal 21 72 155 124 57 0 71 325 111 31
Binary 10001 111010 1101101 1010100 101111 0 111001 11010101 1001001 11001

Color Harmonies of #113A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A6D

Black with #113A6D

Text Example


Text Example

White with #113A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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