Html Css Color HEX #114696 Smalt

📋 copy color: '#114696'

red 17 ◦ green 70 ◦ blue 150

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

Shades of Smalt #114696

Tints of Smalt #114696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 150 (58.98% from 255) = 63.29%

R = 7.17%
G = 29.54%
B = 63.29%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114696 (or 0x114696) is known color: Smalt. HEX triplet: 11, 46 and 96. RGB value is (17,70,150). Sum of RGB (Red+Green+Blue) = 17+70+150=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #114696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114696 is #EEB969. Grayscale: #3E3E3E. Windows color (decimal): -15645034 or 9848337. OLE color: 9848337.

HSL color Cylindrical-coordinate representation of color #114696: hue angle of 216.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114696 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 70 150 -
CMYK 0.89 0.53 0 0.41
HSL 216.09º 0.8% 0.33% -
HSV(B) 216.09º 0.89% 0.59% -
XYZ 7.93 6.7 29.73 -
YUV 63.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 17 70 150 0.89 0.53 0 0.41 216.09 0.8 0.33
Hex 11 46 96 59 35 0 29 D8 50 21
Octal 21 106 226 131 65 0 51 330 120 41
Binary 10001 1000110 10010110 1011001 110101 0 101001 11011000 1010000 100001

Color Harmonies of #114696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114696

Black with #114696

Text Example


Text Example

White with #114696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114696; }

 p { color: rgb(17,70,150); }

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

background-color css

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

 a { background-color: rgb(17,70,150); }

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

border-color css

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

 span { border-color: rgb(17,70,150); }

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