#112889

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

Shades of Smalt #112889

Tints of Smalt #112889

Color information

#112889 (or 0x112889) is unknown color: approx Smalt. HEX triplet: 11, 28 and 89. RGB value is (17,40,137). Sum of RGB (Red+Green+Blue) = 17+40+137=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #112889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112889 is #EED776. Grayscale: #2B2B2B. Windows color (decimal): -15652727 or 8988689. OLE color: 8988689.

HSL color Cylindrical-coordinate representation of color #112889: hue angle of 228.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112889 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1740137-
CMYK0.880.7100.46
HSL228.5º77.92%30.2%-
HSV(B)228.5º87.59%53.73%-
XYZ5.513.4424.04-
YUV44.18180.38108.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 137 (53.91% from 255) = 70.62%
R=8.76%
G=20.62%
B=70.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17401370.880.7100.46228.577.9230.2
Hex112889584702Ee44e1e
Octal215021113010705634411636
Binary100011010001000100110110001000111010111011100100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112889; }

 p { color: rgb(17,40,137); }

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

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

 a { background-color: rgb(17,40,137); }

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

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

 span { border-color: rgb(17,40,137); }

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