#114096

Color #114096 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #114096

Tints of Smalt #114096

Color information

#114096 (or 0x114096) is unknown color: approx 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

RGB1764150-
CMYK0.890.5700.41
HSL218.8º79.64%32.75%-
HSV(B)218.8º88.67%58.82%-
XYZ7.575.9929.61-
YUV59.75178.9397.51-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17641500.890.5700.41218.879.6432.75
Hex1140965939029db5021
Octal211002261317105133312041
Binary1000110000001001011010110011110010101001110110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>