#114197

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

Shades of Smalt #114197

Tints of Smalt #114197

Color information

#114197 (or 0x114197) is unknown color: approx Smalt. HEX triplet: 11, 41 and 97. RGB value is (17,65,151). Sum of RGB (Red+Green+Blue) = 17+65+151=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #114197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114197 is #EEBE68. Grayscale: #3C3C3C. Windows color (decimal): -15646313 or 9912593. OLE color: 9912593.

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

Color convert

RGB1765151-
CMYK0.890.5700.41
HSL218.51º79.76%32.94%-
HSV(B)218.51º88.74%59.22%-
XYZ7.716.1330.06-
YUV60.45179.197.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 151 (59.38% from 255) = 64.81%
R=7.30%
G=27.90%
B=64.81%

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
Decimal17651510.890.5700.41218.5179.7632.94
Hex1141975939029db5021
Octal211012271317105133312041
Binary1000110000011001011110110011110010101001110110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114197; }

 p { color: rgb(17,65,151); }

 H1.HeaderClassName
 {
   color: #114197;
 }
 .AnyTagClassName
 {
   color: #114197;
 }
</style>
background-color css

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

 a { background-color: rgb(17,65,151); }

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

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

 span { border-color: rgb(17,65,151); }

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