Html Css Color HEX #113770 Prussian Blue

📋 copy color: '#113770'

red 17 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #113770

Tints of Prussian Blue #113770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.87%

R = 9.24%
G = 29.89%
B = 60.87%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113770 (or 0x113770) is known color: Prussian Blue. HEX triplet: 11, 37 and 70. RGB value is (17,55,112). Sum of RGB (Red+Green+Blue) = 17+55+112=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #113770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113770 is #EEC88F. Grayscale: #313131. Windows color (decimal): -15648912 or 7354129. OLE color: 7354129.

HSL color Cylindrical-coordinate representation of color #113770: hue angle of 216º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113770 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 55 112 -
CMYK 0.85 0.51 0 0.56
HSL 216º 0.74% 0.25% -
HSV(B) 216º 0.85% 0.44% -
XYZ 4.52 4.02 15.87 -
YUV 50.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 17 55 112 0.85 0.51 0 0.56 216 0.74 0.25
Hex 11 37 70 55 33 0 38 D8 4A 19
Octal 21 67 160 125 63 0 70 330 112 31
Binary 10001 110111 1110000 1010101 110011 0 111000 11011000 1001010 11001

Color Harmonies of #113770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113770

Black with #113770

Text Example


Text Example

White with #113770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113770; }

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

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

background-color css

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

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

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

border-color css

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

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

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