Html Css Color HEX #113990 Smalt

📋 copy color: '#113990'

red 17 ◦ green 57 ◦ blue 144

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

Shades of Smalt #113990

Tints of Smalt #113990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 7.8%
G = 26.15%
B = 66.06%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#113990 (or 0x113990) is known color: Smalt. HEX triplet: 11, 39 and 90. RGB value is (17,57,144). Sum of RGB (Red+Green+Blue) = 17+57+144=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #113990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113990 is #EEC66F. Grayscale: #363636. Windows color (decimal): -15648368 or 9451793. OLE color: 9451793.

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

Color convert

RGB 17 57 144 -
CMYK 0.88 0.60 0 0.44
HSL 221.1º 0.79% 0.32% -
HSV(B) 221.1º 0.88% 0.56% -
XYZ 6.73 5.06 27.01 -
YUV 54.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 17 57 144 0.88 0.60 0 0.44 221.1 0.79 0.32
Hex 11 39 90 58 3C 0 2C DD 4F 20
Octal 21 71 220 130 74 0 54 335 117 40
Binary 10001 111001 10010000 1011000 111100 0 101100 11011101 1001111 100000

Color Harmonies of #113990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113990

Black with #113990

Text Example


Text Example

White with #113990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113990; }

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

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

background-color css

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

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

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

border-color css

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

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

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