Html Css Color HEX #114096 Smalt

📋 copy color: '#114096'

red 17 ◦ green 64 ◦ blue 150

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

Shades of Smalt #114096

Tints of Smalt #114096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 7.36%
G = 27.71%
B = 64.94%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114096 (or 0x114096) is known color: Smalt. HEX triplet: 11, 40 and 96. RGB value is (17,64,150). Sum of RGB (Red+Green+Blue) = 17+64+150=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #114096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114096 is #EEBF69. Grayscale: #3B3B3B. Windows color (decimal): -15646570 or 9846801. OLE color: 9846801.

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

Color convert

RGB 17 64 150 -
CMYK 0.89 0.57 0 0.41
HSL 218.8º 0.8% 0.33% -
HSV(B) 218.8º 0.89% 0.59% -
XYZ 7.57 5.99 29.61 -
YUV 59.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 17 64 150 0.89 0.57 0 0.41 218.8 0.8 0.33
Hex 11 40 96 59 39 0 29 DB 50 21
Octal 21 100 226 131 71 0 51 333 120 41
Binary 10001 1000000 10010110 1011001 111001 0 101001 11011011 1010000 100001

Color Harmonies of #114096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114096

Black with #114096

Text Example


Text Example

White with #114096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114096; }

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

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

background-color css

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

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

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

border-color css

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

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

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