Html Css Color HEX #113A90 Smalt

📋 copy color: '#113A90'

red 17 ◦ green 58 ◦ blue 144

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

Shades of Smalt #113A90

Tints of Smalt #113A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

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

R = 7.76%
G = 26.48%
B = 65.75%

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

#113A90 (or 0x113A90) is known color: Smalt. HEX triplet: 11, 3A and 90. RGB value is (17,58,144). Sum of RGB (Red+Green+Blue) = 17+58+144=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #113A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A90 is #EEC56F. Grayscale: #373737. Windows color (decimal): -15648112 or 9452049. OLE color: 9452049.

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

Color convert

RGB 17 58 144 -
CMYK 0.88 0.60 0 0.44
HSL 220.63º 0.79% 0.32% -
HSV(B) 220.63º 0.88% 0.56% -
XYZ 6.78 5.16 27.02 -
YUV 55.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 17 58 144 0.88 0.60 0 0.44 220.63 0.79 0.32
Hex 11 3A 90 58 3C 0 2C DD 4F 20
Octal 21 72 220 130 74 0 54 335 117 40
Binary 10001 111010 10010000 1011000 111100 0 101100 11011101 1001111 100000

Color Harmonies of #113A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A90

Black with #113A90

Text Example


Text Example

White with #113A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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