Html Css Color HEX #113363 Prussian Blue

📋 copy color: '#113363'

red 17 ◦ green 51 ◦ blue 99

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

Shades of Prussian Blue #113363

Tints of Prussian Blue #113363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 10.18%
G = 30.54%
B = 59.28%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113363 (or 0x113363) is known color: Prussian Blue. HEX triplet: 11, 33 and 63. RGB value is (17,51,99). Sum of RGB (Red+Green+Blue) = 17+51+99=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #113363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113363 is #EECC9C. Grayscale: #2E2E2E. Windows color (decimal): -15649949 or 6501137. OLE color: 6501137.

HSL color Cylindrical-coordinate representation of color #113363: hue angle of 215.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113363 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 51 99 -
CMYK 0.83 0.48 0 0.61
HSL 215.12º 0.71% 0.23% -
HSV(B) 215.12º 0.83% 0.39% -
XYZ 3.67 3.39 12.26 -
YUV 46.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 17 51 99 0.83 0.48 0 0.61 215.12 0.71 0.23
Hex 11 33 63 53 30 0 3D D7 47 17
Octal 21 63 143 123 60 0 75 327 107 27
Binary 10001 110011 1100011 1010011 110000 0 111101 11010111 1000111 10111

Color Harmonies of #113363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113363

Black with #113363

Text Example


Text Example

White with #113363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113363; }

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

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

background-color css

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

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

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

border-color css

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

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

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