Html Css Color HEX #113694 Smalt

📋 copy color: '#113694'

red 17 ◦ green 54 ◦ blue 148

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

Shades of Smalt #113694

Tints of Smalt #113694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 7.76%
G = 24.66%
B = 67.58%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113694 (or 0x113694) is known color: Smalt. HEX triplet: 11, 36 and 94. RGB value is (17,54,148). Sum of RGB (Red+Green+Blue) = 17+54+148=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #113694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113694 is #EEC96B. Grayscale: #353535. Windows color (decimal): -15649132 or 9713169. OLE color: 9713169.

HSL color Cylindrical-coordinate representation of color #113694: hue angle of 223.05º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113694 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 54 148 -
CMYK 0.89 0.64 0 0.42
HSL 223.05º 0.79% 0.32% -
HSV(B) 223.05º 0.89% 0.58% -
XYZ 6.9 4.9 28.6 -
YUV 53.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 17 54 148 0.89 0.64 0 0.42 223.05 0.79 0.32
Hex 11 36 94 59 40 0 2A DF 4F 20
Octal 21 66 224 131 100 0 52 337 117 40
Binary 10001 110110 10010100 1011001 1000000 0 101010 11011111 1001111 100000

Color Harmonies of #113694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113694

Black with #113694

Text Example


Text Example

White with #113694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113694; }

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

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

background-color css

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

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

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

border-color css

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

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

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