Html Css Color HEX #113384 Smalt

📋 copy color: '#113384'

red 17 ◦ green 51 ◦ blue 132

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

Shades of Smalt #113384

Tints of Smalt #113384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66%

R = 8.5%
G = 25.5%
B = 66%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#113384 (or 0x113384) is known color: Smalt. HEX triplet: 11, 33 and 84. RGB value is (17,51,132). Sum of RGB (Red+Green+Blue) = 17+51+132=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #113384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113384 is #EECC7B. Grayscale: #313131. Windows color (decimal): -15649916 or 8663825. OLE color: 8663825.

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

Color convert

RGB 17 51 132 -
CMYK 0.87 0.61 0 0.48
HSL 222.26º 0.77% 0.29% -
HSV(B) 222.26º 0.87% 0.52% -
XYZ 5.58 4.15 22.34 -
YUV 50.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 17 51 132 0.87 0.61 0 0.48 222.26 0.77 0.29
Hex 11 33 84 57 3D 0 30 DE 4D 1D
Octal 21 63 204 127 75 0 60 336 115 35
Binary 10001 110011 10000100 1010111 111101 0 110000 11011110 1001101 11101

Color Harmonies of #113384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113384

Black with #113384

Text Example


Text Example

White with #113384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113384; }

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

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

background-color css

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

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

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

border-color css

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

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

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