Html Css Color HEX #113389 Smalt

📋 copy color: '#113389'

red 17 ◦ green 51 ◦ blue 137

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

Shades of Smalt #113389

Tints of Smalt #113389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.83%

R = 8.29%
G = 24.88%
B = 66.83%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#113389 (or 0x113389) is known color: Smalt. HEX triplet: 11, 33 and 89. RGB value is (17,51,137). Sum of RGB (Red+Green+Blue) = 17+51+137=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #113389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113389 is #EECC76. Grayscale: #323232. Windows color (decimal): -15649911 or 8991505. OLE color: 8991505.

HSL color Cylindrical-coordinate representation of color #113389: hue angle of 223º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113389 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 51 137 -
CMYK 0.88 0.63 0 0.46
HSL 223º 0.78% 0.3% -
HSV(B) 223º 0.88% 0.54% -
XYZ 5.93 4.29 24.18 -
YUV 50.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 17 51 137 0.88 0.63 0 0.46 223 0.78 0.3
Hex 11 33 89 58 3F 0 2E DF 4E 1E
Octal 21 63 211 130 77 0 56 337 116 36
Binary 10001 110011 10001001 1011000 111111 0 101110 11011111 1001110 11110

Color Harmonies of #113389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113389

Black with #113389

Text Example


Text Example

White with #113389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113389; }

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

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

background-color css

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

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

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

border-color css

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

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

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