Html Css Color HEX #113486 Smalt

📋 copy color: '#113486'

red 17 ◦ green 52 ◦ blue 134

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

Shades of Smalt #113486

Tints of Smalt #113486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 134 (52.73% from 255) = 66.01%

R = 8.37%
G = 25.62%
B = 66.01%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113486 (or 0x113486) is known color: Smalt. HEX triplet: 11, 34 and 86. RGB value is (17,52,134). Sum of RGB (Red+Green+Blue) = 17+52+134=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #113486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113486 is #EECB79. Grayscale: #323232. Windows color (decimal): -15649658 or 8795153. OLE color: 8795153.

HSL color Cylindrical-coordinate representation of color #113486: hue angle of 222.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113486 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 52 134 -
CMYK 0.87 0.61 0 0.47
HSL 222.05º 0.77% 0.3% -
HSV(B) 222.05º 0.87% 0.53% -
XYZ 5.76 4.3 23.08 -
YUV 50.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 17 52 134 0.87 0.61 0 0.47 222.05 0.77 0.3
Hex 11 34 86 57 3D 0 2F DE 4D 1E
Octal 21 64 206 127 75 0 57 336 115 36
Binary 10001 110100 10000110 1010111 111101 0 101111 11011110 1001101 11110

Color Harmonies of #113486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113486

Black with #113486

Text Example


Text Example

White with #113486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113486; }

 p { color: rgb(17,52,134); }

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

background-color css

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

 a { background-color: rgb(17,52,134); }

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

border-color css

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

 span { border-color: rgb(17,52,134); }

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