Html Css Color HEX #113D92 Smalt

📋 copy color: '#113D92'

red 17 ◦ green 61 ◦ blue 146

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

Shades of Smalt #113D92

Tints of Smalt #113D92

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 7.59%
G = 27.23%
B = 65.18%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113D92 (or 0x113D92) is known color: Smalt. HEX triplet: 11, 3D and 92. RGB value is (17,61,146). Sum of RGB (Red+Green+Blue) = 17+61+146=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #113D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D92 is #EEC26D. Grayscale: #393939. Windows color (decimal): -15647342 or 9583889. OLE color: 9583889.

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

Color convert

RGB 17 61 146 -
CMYK 0.88 0.58 0 0.43
HSL 219.53º 0.79% 0.32% -
HSV(B) 219.53º 0.88% 0.57% -
XYZ 7.09 5.53 27.89 -
YUV 57.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 17 61 146 0.88 0.58 0 0.43 219.53 0.79 0.32
Hex 11 3D 92 58 3A 0 2B DC 4F 20
Octal 21 75 222 130 72 0 53 334 117 40
Binary 10001 111101 10010010 1011000 111010 0 101011 11011100 1001111 100000

Color Harmonies of #113D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D92

Black with #113D92

Text Example


Text Example

White with #113D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,146); }

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

background-color css

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

 a { background-color: rgb(17,61,146); }

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

border-color css

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

 span { border-color: rgb(17,61,146); }

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