Html Css Color HEX #113590 Smalt

📋 copy color: '#113590'

red 17 ◦ green 53 ◦ blue 144

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

Shades of Smalt #113590

Tints of Smalt #113590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 7.94%
G = 24.77%
B = 67.29%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#113590 (or 0x113590) is known color: Smalt. HEX triplet: 11, 35 and 90. RGB value is (17,53,144). Sum of RGB (Red+Green+Blue) = 17+53+144=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #113590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113590 is #EECA6F. Grayscale: #343434. Windows color (decimal): -15649392 or 9450769. OLE color: 9450769.

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

Color convert

RGB 17 53 144 -
CMYK 0.88 0.63 0 0.44
HSL 222.99º 0.79% 0.32% -
HSV(B) 222.99º 0.88% 0.56% -
XYZ 6.54 4.68 26.94 -
YUV 52.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 17 53 144 0.88 0.63 0 0.44 222.99 0.79 0.32
Hex 11 35 90 58 3F 0 2C DF 4F 20
Octal 21 65 220 130 77 0 54 337 117 40
Binary 10001 110101 10010000 1011000 111111 0 101100 11011111 1001111 100000

Color Harmonies of #113590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113590

Black with #113590

Text Example


Text Example

White with #113590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113590; }

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

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

background-color css

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

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

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

border-color css

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

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

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