Html Css Color HEX #113058 Prussian Blue

📋 copy color: '#113058'

red 17 ◦ green 48 ◦ blue 88

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

Shades of Prussian Blue #113058

Tints of Prussian Blue #113058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.52%

R = 11.11%
G = 31.37%
B = 57.52%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113058 (or 0x113058) is known color: Prussian Blue. HEX triplet: 11, 30 and 58. RGB value is (17,48,88). Sum of RGB (Red+Green+Blue) = 17+48+88=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #113058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113058 is #EECFA7. Grayscale: #2B2B2B. Windows color (decimal): -15650728 or 5779473. OLE color: 5779473.

HSL color Cylindrical-coordinate representation of color #113058: hue angle of 213.8º 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 #113058 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 48 88 -
CMYK 0.81 0.45 0 0.65
HSL 213.8º 0.68% 0.21% -
HSV(B) 213.8º 0.81% 0.35% -
XYZ 3.05 2.94 9.64 -
YUV 43.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 17 48 88 0.81 0.45 0 0.65 213.8 0.68 0.21
Hex 11 30 58 51 2D 0 41 D6 44 15
Octal 21 60 130 121 55 0 101 326 104 25
Binary 10001 110000 1011000 1010001 101101 0 1000001 11010110 1000100 10101

Color Harmonies of #113058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113058

Black with #113058

Text Example


Text Example

White with #113058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113058; }

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

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

background-color css

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

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

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

border-color css

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

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

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