Html Css Color HEX #113864 Prussian Blue

📋 copy color: '#113864'

red 17 ◦ green 56 ◦ blue 100

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

Shades of Prussian Blue #113864

Tints of Prussian Blue #113864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 100 (39.45% from 255) = 57.8%

R = 9.83%
G = 32.37%
B = 57.8%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113864 (or 0x113864) is known color: Prussian Blue. HEX triplet: 11, 38 and 64. RGB value is (17,56,100). Sum of RGB (Red+Green+Blue) = 17+56+100=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #113864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113864 is #EEC79B. Grayscale: #313131. Windows color (decimal): -15648668 or 6567953. OLE color: 6567953.

HSL color Cylindrical-coordinate representation of color #113864: hue angle of 211.81º 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 #113864 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 56 100 -
CMYK 0.83 0.44 0 0.61
HSL 211.81º 0.71% 0.23% -
HSV(B) 211.81º 0.83% 0.39% -
XYZ 3.95 3.87 12.6 -
YUV 49.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 17 56 100 0.83 0.44 0 0.61 211.81 0.71 0.23
Hex 11 38 64 53 2C 0 3D D4 47 17
Octal 21 70 144 123 54 0 75 324 107 27
Binary 10001 111000 1100100 1010011 101100 0 111101 11010100 1000111 10111

Color Harmonies of #113864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113864

Black with #113864

Text Example


Text Example

White with #113864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113864; }

 p { color: rgb(17,56,100); }

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

background-color css

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

 a { background-color: rgb(17,56,100); }

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

border-color css

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

 span { border-color: rgb(17,56,100); }

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