Html Css Color HEX #113794 Smalt

📋 copy color: '#113794'

red 17 ◦ green 55 ◦ blue 148

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

Shades of Smalt #113794

Tints of Smalt #113794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 7.73%
G = 25%
B = 67.27%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113794 (or 0x113794) is known color: Smalt. HEX triplet: 11, 37 and 94. RGB value is (17,55,148). Sum of RGB (Red+Green+Blue) = 17+55+148=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #113794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113794 is #EEC86B. Grayscale: #353535. Windows color (decimal): -15648876 or 9713425. OLE color: 9713425.

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

Color convert

RGB 17 55 148 -
CMYK 0.89 0.63 0 0.42
HSL 222.6º 0.79% 0.32% -
HSV(B) 222.6º 0.89% 0.58% -
XYZ 6.94 4.99 28.61 -
YUV 54.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 17 55 148 0.89 0.63 0 0.42 222.6 0.79 0.32
Hex 11 37 94 59 3F 0 2A DF 4F 20
Octal 21 67 224 131 77 0 52 337 117 40
Binary 10001 110111 10010100 1011001 111111 0 101010 11011111 1001111 100000

Color Harmonies of #113794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113794

Black with #113794

Text Example


Text Example

White with #113794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113794; }

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

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

background-color css

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

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

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

border-color css

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

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

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