Html Css Color HEX #113487 Smalt

📋 copy color: '#113487'

red 17 ◦ green 52 ◦ blue 135

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

Shades of Smalt #113487

Tints of Smalt #113487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 8.33%
G = 25.49%
B = 66.18%

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

#113487 (or 0x113487) is known color: Smalt. HEX triplet: 11, 34 and 87. RGB value is (17,52,135). Sum of RGB (Red+Green+Blue) = 17+52+135=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #113487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113487 is #EECB78. Grayscale: #323232. Windows color (decimal): -15649657 or 8860689. OLE color: 8860689.

HSL color Cylindrical-coordinate representation of color #113487: hue angle of 222.2º degrees, saturation: 0.78, 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 #113487 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 52 135 -
CMYK 0.87 0.61 0 0.47
HSL 222.2º 0.78% 0.3% -
HSV(B) 222.2º 0.87% 0.53% -
XYZ 5.83 4.32 23.45 -
YUV 51 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 17 52 135 0.87 0.61 0 0.47 222.2 0.78 0.3
Hex 11 34 87 57 3D 0 2F DE 4E 1E
Octal 21 64 207 127 75 0 57 336 116 36
Binary 10001 110100 10000111 1010111 111101 0 101111 11011110 1001110 11110

Color Harmonies of #113487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113487

Black with #113487

Text Example


Text Example

White with #113487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113487; }

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

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

background-color css

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

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

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

border-color css

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

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

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