#114594

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

Shades of Smalt #114594

Tints of Smalt #114594

Color information

#114594 (or 0x114594) is unknown color: approx Smalt. HEX triplet: 11, 45 and 94. RGB value is (17,69,148). Sum of RGB (Red+Green+Blue) = 17+69+148=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #114594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114594 is #EEBA6B. Grayscale: #3E3E3E. Windows color (decimal): -15645292 or 9717009. OLE color: 9717009.

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

Color convert

RGB1769148-
CMYK0.890.5300.42
HSL216.18º79.39%32.35%-
HSV(B)216.18º88.51%58.04%-
XYZ7.76.5128.87-
YUV62.46176.2795.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 148 (58.20% from 255) = 63.25%
R=7.26%
G=29.49%
B=63.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17691480.890.5300.42216.1879.3932.35
Hex114594593502Ad84f20
Octal211052241316505233011740
Binary1000110001011001010010110011101010101010110110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114594; }

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

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

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

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

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

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

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

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