Html Css Color HEX #113C95 Smalt

📋 copy color: '#113C95'

red 17 ◦ green 60 ◦ blue 149

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

Shades of Smalt #113C95

Tints of Smalt #113C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 7.52%
G = 26.55%
B = 65.93%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113C95 (or 0x113C95) is known color: Smalt. HEX triplet: 11, 3C and 95. RGB value is (17,60,149). Sum of RGB (Red+Green+Blue) = 17+60+149=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #113C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C95 is #EEC36A. Grayscale: #383838. Windows color (decimal): -15647595 or 9780241. OLE color: 9780241.

HSL color Cylindrical-coordinate representation of color #113C95: hue angle of 220.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113C95 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 60 149 -
CMYK 0.89 0.60 0 0.42
HSL 220.45º 0.8% 0.33% -
HSV(B) 220.45º 0.89% 0.58% -
XYZ 7.27 5.52 29.12 -
YUV 57.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 17 60 149 0.89 0.60 0 0.42 220.45 0.8 0.33
Hex 11 3C 95 59 3C 0 2A DC 50 21
Octal 21 74 225 131 74 0 52 334 120 41
Binary 10001 111100 10010101 1011001 111100 0 101010 11011100 1010000 100001

Color Harmonies of #113C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C95

Black with #113C95

Text Example


Text Example

White with #113C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113C95; }

 p { color: rgb(17,60,149); }

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

background-color css

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

 a { background-color: rgb(17,60,149); }

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

border-color css

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

 span { border-color: rgb(17,60,149); }

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