Html Css Color HEX #113D6C Prussian Blue

📋 copy color: '#113D6C'

red 17 ◦ green 61 ◦ blue 108

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

Shades of Prussian Blue #113D6C

Tints of Prussian Blue #113D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 9.14%
G = 32.8%
B = 58.06%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#113D6C (or 0x113D6C) is known color: Prussian Blue. HEX triplet: 11, 3D and 6C. RGB value is (17,61,108). Sum of RGB (Red+Green+Blue) = 17+61+108=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #113D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D6C is #EEC293. Grayscale: #343434. Windows color (decimal): -15647380 or 7093521. OLE color: 7093521.

HSL color Cylindrical-coordinate representation of color #113D6C: hue angle of 210.99º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113D6C is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 61 108 -
CMYK 0.84 0.44 0 0.58
HSL 210.99º 0.73% 0.25% -
HSV(B) 210.99º 0.84% 0.42% -
XYZ 4.61 4.54 14.82 -
YUV 53.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 17 61 108 0.84 0.44 0 0.58 210.99 0.73 0.25
Hex 11 3D 6C 54 2C 0 3A D3 49 19
Octal 21 75 154 124 54 0 72 323 111 31
Binary 10001 111101 1101100 1010100 101100 0 111010 11010011 1001001 11001

Color Harmonies of #113D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D6C

Black with #113D6C

Text Example


Text Example

White with #113D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D6C; }

 p { color: rgb(17,61,108); }

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

background-color css

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

 a { background-color: rgb(17,61,108); }

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

border-color css

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

 span { border-color: rgb(17,61,108); }

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