Html Css Color HEX #113059 Prussian Blue

📋 copy color: '#113059'

red 17 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #113059

Tints of Prussian Blue #113059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 11.04%
G = 31.17%
B = 57.79%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113059 (or 0x113059) is known color: Prussian Blue. HEX triplet: 11, 30 and 59. RGB value is (17,48,89). Sum of RGB (Red+Green+Blue) = 17+48+89=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #113059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113059 is #EECFA6. Grayscale: #2B2B2B. Windows color (decimal): -15650727 or 5845009. OLE color: 5845009.

HSL color Cylindrical-coordinate representation of color #113059: hue angle of 214.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113059 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 48 89 -
CMYK 0.81 0.46 0 0.65
HSL 214.17º 0.68% 0.21% -
HSV(B) 214.17º 0.81% 0.35% -
XYZ 3.09 2.95 9.86 -
YUV 43.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 17 48 89 0.81 0.46 0 0.65 214.17 0.68 0.21
Hex 11 30 59 51 2E 0 41 D6 44 15
Octal 21 60 131 121 56 0 101 326 104 25
Binary 10001 110000 1011001 1010001 101110 0 1000001 11010110 1000100 10101

Color Harmonies of #113059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113059

Black with #113059

Text Example


Text Example

White with #113059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113059; }

 p { color: rgb(17,48,89); }

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

background-color css

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

 a { background-color: rgb(17,48,89); }

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

border-color css

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

 span { border-color: rgb(17,48,89); }

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