Html Css Color HEX #113992 Smalt

📋 copy color: '#113992'

red 17 ◦ green 57 ◦ blue 146

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

Shades of Smalt #113992

Tints of Smalt #113992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 7.73%
G = 25.91%
B = 66.36%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113992 (or 0x113992) is known color: Smalt. HEX triplet: 11, 39 and 92. RGB value is (17,57,146). Sum of RGB (Red+Green+Blue) = 17+57+146=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #113992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113992 is #EEC66D. Grayscale: #363636. Windows color (decimal): -15648366 or 9582865. OLE color: 9582865.

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

Color convert

RGB 17 57 146 -
CMYK 0.88 0.61 0 0.43
HSL 221.4º 0.79% 0.32% -
HSV(B) 221.4º 0.88% 0.57% -
XYZ 6.88 5.12 27.82 -
YUV 55.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 17 57 146 0.88 0.61 0 0.43 221.4 0.79 0.32
Hex 11 39 92 58 3D 0 2B DD 4F 20
Octal 21 71 222 130 75 0 53 335 117 40
Binary 10001 111001 10010010 1011000 111101 0 101011 11011101 1001111 100000

Color Harmonies of #113992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113992

Black with #113992

Text Example


Text Example

White with #113992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113992; }

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

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

background-color css

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

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

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

border-color css

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

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

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