#113489

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

Shades of Smalt #113489

Tints of Smalt #113489

Color information

#113489 (or 0x113489) is unknown color: approx Smalt. HEX triplet: 11, 34 and 89. RGB value is (17,52,137). Sum of RGB (Red+Green+Blue) = 17+52+137=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #113489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113489 is #EECB76. Grayscale: #323232. Windows color (decimal): -15649655 or 8991761. OLE color: 8991761.

HSL color Cylindrical-coordinate representation of color #113489: hue angle of 222.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 #113489 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1752137-
CMYK0.880.6200.46
HSL222.5º77.92%30.2%-
HSV(B)222.5º87.59%53.73%-
XYZ5.974.3824.2-
YUV51.22176.4103.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 137 (53.91% from 255) = 66.50%
R=8.25%
G=25.24%
B=66.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17521370.880.6200.46222.577.9230.2
Hex113489583E02Ede4e1e
Octal21642111307605633611636
Binary10001110100100010011011000111110010111011011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113489; }

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

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

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

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

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

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

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

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