Html Css Color HEX #113361 Prussian Blue

📋 copy color: '#113361'

red 17 ◦ green 51 ◦ blue 97

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

Shades of Prussian Blue #113361

Tints of Prussian Blue #113361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 10.3%
G = 30.91%
B = 58.79%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113361 (or 0x113361) is known color: Prussian Blue. HEX triplet: 11, 33 and 61. RGB value is (17,51,97). Sum of RGB (Red+Green+Blue) = 17+51+97=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #113361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113361 is #EECC9E. Grayscale: #2D2D2D. Windows color (decimal): -15649951 or 6370065. OLE color: 6370065.

HSL color Cylindrical-coordinate representation of color #113361: hue angle of 214.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113361 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 51 97 -
CMYK 0.82 0.47 0 0.62
HSL 214.5º 0.7% 0.22% -
HSV(B) 214.5º 0.82% 0.38% -
XYZ 3.57 3.35 11.77 -
YUV 46.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 17 51 97 0.82 0.47 0 0.62 214.5 0.7 0.22
Hex 11 33 61 52 2F 0 3E D6 46 16
Octal 21 63 141 122 57 0 76 326 106 26
Binary 10001 110011 1100001 1010010 101111 0 111110 11010110 1000110 10110

Color Harmonies of #113361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113361

Black with #113361

Text Example


Text Example

White with #113361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113361; }

 p { color: rgb(17,51,97); }

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

background-color css

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

 a { background-color: rgb(17,51,97); }

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

border-color css

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

 span { border-color: rgb(17,51,97); }

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