Html Css Color HEX #113B92 Smalt

📋 copy color: '#113B92'

red 17 ◦ green 59 ◦ blue 146

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

Shades of Smalt #113B92

Tints of Smalt #113B92

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 7.66%
G = 26.58%
B = 65.77%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113B92 (or 0x113B92) is known color: Smalt. HEX triplet: 11, 3B and 92. RGB value is (17,59,146). Sum of RGB (Red+Green+Blue) = 17+59+146=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #113B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B92 is #EEC46D. Grayscale: #373737. Windows color (decimal): -15647854 or 9583377. OLE color: 9583377.

HSL color Cylindrical-coordinate representation of color #113B92: hue angle of 220.47º 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 #113B92 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 59 146 -
CMYK 0.88 0.60 0 0.43
HSL 220.47º 0.79% 0.32% -
HSV(B) 220.47º 0.88% 0.57% -
XYZ 6.98 5.32 27.85 -
YUV 56.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 17 59 146 0.88 0.60 0 0.43 220.47 0.79 0.32
Hex 11 3B 92 58 3C 0 2B DC 4F 20
Octal 21 73 222 130 74 0 53 334 117 40
Binary 10001 111011 10010010 1011000 111100 0 101011 11011100 1001111 100000

Color Harmonies of #113B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B92

Black with #113B92

Text Example


Text Example

White with #113B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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