Html Css Color HEX #113690 Smalt

📋 copy color: '#113690'

red 17 ◦ green 54 ◦ blue 144

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

Shades of Smalt #113690

Tints of Smalt #113690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.12%

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

R = 7.91%
G = 25.12%
B = 66.98%

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

#113690 (or 0x113690) is known color: Smalt. HEX triplet: 11, 36 and 90. RGB value is (17,54,144). Sum of RGB (Red+Green+Blue) = 17+54+144=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #113690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113690 is #EEC96F. Grayscale: #343434. Windows color (decimal): -15649136 or 9451025. OLE color: 9451025.

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

Color convert

RGB 17 54 144 -
CMYK 0.88 0.63 0 0.44
HSL 222.52º 0.79% 0.32% -
HSV(B) 222.52º 0.88% 0.56% -
XYZ 6.58 4.77 26.96 -
YUV 53.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 17 54 144 0.88 0.63 0 0.44 222.52 0.79 0.32
Hex 11 36 90 58 3F 0 2C DF 4F 20
Octal 21 66 220 130 77 0 54 337 117 40
Binary 10001 110110 10010000 1011000 111111 0 101100 11011111 1001111 100000

Color Harmonies of #113690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113690

Black with #113690

Text Example


Text Example

White with #113690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113690; }

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

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

background-color css

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

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

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

border-color css

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

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

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