Html Css Color HEX #113387 Smalt

📋 copy color: '#113387'

red 17 ◦ green 51 ◦ blue 135

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

Shades of Smalt #113387

Tints of Smalt #113387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 8.37%
G = 25.12%
B = 66.5%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113387 (or 0x113387) is known color: Smalt. HEX triplet: 11, 33 and 87. RGB value is (17,51,135). Sum of RGB (Red+Green+Blue) = 17+51+135=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #113387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113387 is #EECC78. Grayscale: #323232. Windows color (decimal): -15649913 or 8860433. OLE color: 8860433.

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

Color convert

RGB 17 51 135 -
CMYK 0.87 0.62 0 0.47
HSL 222.71º 0.78% 0.3% -
HSV(B) 222.71º 0.87% 0.53% -
XYZ 5.79 4.24 23.43 -
YUV 50.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 17 51 135 0.87 0.62 0 0.47 222.71 0.78 0.3
Hex 11 33 87 57 3E 0 2F DF 4E 1E
Octal 21 63 207 127 76 0 57 337 116 36
Binary 10001 110011 10000111 1010111 111110 0 101111 11011111 1001110 11110

Color Harmonies of #113387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113387

Black with #113387

Text Example


Text Example

White with #113387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113387; }

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

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

background-color css

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

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

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

border-color css

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

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

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