Html Css Color HEX #113393 Smalt

📋 copy color: '#113393'

red 17 ◦ green 51 ◦ blue 147

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

Shades of Smalt #113393

Tints of Smalt #113393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.37%

R = 7.91%
G = 23.72%
B = 68.37%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113393 (or 0x113393) is known color: Smalt. HEX triplet: 11, 33 and 93. RGB value is (17,51,147). Sum of RGB (Red+Green+Blue) = 17+51+147=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #113393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113393 is #EECC6C. Grayscale: #333333. Windows color (decimal): -15649901 or 9646865. OLE color: 9646865.

HSL color Cylindrical-coordinate representation of color #113393: hue angle of 224.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113393 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 51 147 -
CMYK 0.88 0.65 0 0.42
HSL 224.31º 0.79% 0.32% -
HSV(B) 224.31º 0.88% 0.58% -
XYZ 6.68 4.59 28.14 -
YUV 51.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 17 51 147 0.88 0.65 0 0.42 224.31 0.79 0.32
Hex 11 33 93 58 41 0 2A E0 4F 20
Octal 21 63 223 130 101 0 52 340 117 40
Binary 10001 110011 10010011 1011000 1000001 0 101010 11100000 1001111 100000

Color Harmonies of #113393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113393

Black with #113393

Text Example


Text Example

White with #113393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113393; }

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

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

background-color css

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

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

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

border-color css

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

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

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