Html Css Color HEX #113C66 Prussian Blue

📋 copy color: '#113C66'

red 17 ◦ green 60 ◦ blue 102

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

Shades of Prussian Blue #113C66

Tints of Prussian Blue #113C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 9.5%
G = 33.52%
B = 56.98%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113C66 (or 0x113C66) is known color: Prussian Blue. HEX triplet: 11, 3C and 66. RGB value is (17,60,102). Sum of RGB (Red+Green+Blue) = 17+60+102=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #113C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C66 is #EEC399. Grayscale: #333333. Windows color (decimal): -15647642 or 6700049. OLE color: 6700049.

HSL color Cylindrical-coordinate representation of color #113C66: hue angle of 209.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113C66 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 60 102 -
CMYK 0.83 0.41 0 0.6
HSL 209.65º 0.71% 0.23% -
HSV(B) 209.65º 0.83% 0.4% -
XYZ 4.25 4.31 13.18 -
YUV 51.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 17 60 102 0.83 0.41 0 0.6 209.65 0.71 0.23
Hex 11 3C 66 53 29 0 3C D2 47 17
Octal 21 74 146 123 51 0 74 322 107 27
Binary 10001 111100 1100110 1010011 101001 0 111100 11010010 1000111 10111

Color Harmonies of #113C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C66

Black with #113C66

Text Example


Text Example

White with #113C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,102); }

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

background-color css

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

 a { background-color: rgb(17,60,102); }

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

border-color css

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

 span { border-color: rgb(17,60,102); }

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