Html Css Color HEX #113769 Prussian Blue

📋 copy color: '#113769'

red 17 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #113769

Tints of Prussian Blue #113769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 9.6%
G = 31.07%
B = 59.32%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113769 (or 0x113769) is known color: Prussian Blue. HEX triplet: 11, 37 and 69. RGB value is (17,55,105). Sum of RGB (Red+Green+Blue) = 17+55+105=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #113769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113769 is #EEC896. Grayscale: #313131. Windows color (decimal): -15648919 or 6895377. OLE color: 6895377.

HSL color Cylindrical-coordinate representation of color #113769: hue angle of 214.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113769 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 55 105 -
CMYK 0.84 0.48 0 0.59
HSL 214.09º 0.72% 0.24% -
HSV(B) 214.09º 0.84% 0.41% -
XYZ 4.15 3.87 13.89 -
YUV 49.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 17 55 105 0.84 0.48 0 0.59 214.09 0.72 0.24
Hex 11 37 69 54 30 0 3B D6 48 18
Octal 21 67 151 124 60 0 73 326 110 30
Binary 10001 110111 1101001 1010100 110000 0 111011 11010110 1001000 11000

Color Harmonies of #113769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113769

Black with #113769

Text Example


Text Example

White with #113769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113769; }

 p { color: rgb(17,55,105); }

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

background-color css

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

 a { background-color: rgb(17,55,105); }

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

border-color css

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

 span { border-color: rgb(17,55,105); }

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