#114595

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

Shades of Smalt #114595

Tints of Smalt #114595

Color information

#114595 (or 0x114595) is unknown color: approx Smalt. HEX triplet: 11, 45 and 95. RGB value is (17,69,149). Sum of RGB (Red+Green+Blue) = 17+69+149=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #114595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114595 is #EEBA6A. Grayscale: #3E3E3E. Windows color (decimal): -15645291 or 9782545. OLE color: 9782545.

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

Color convert

RGB1769149-
CMYK0.890.5400.42
HSL216.36º79.52%32.55%-
HSV(B)216.36º88.59%58.43%-
XYZ7.786.5529.29-
YUV62.57176.7795.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=7.23%
G=29.36%
B=63.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17691490.890.5400.42216.3679.5232.55
Hex114595593602Ad85021
Octal211052251316605233012041
Binary1000110001011001010110110011101100101010110110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114595; }

 p { color: rgb(17,69,149); }

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

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

 a { background-color: rgb(17,69,149); }

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

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

 span { border-color: rgb(17,69,149); }

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