#011E89

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

Shades of Smalt #011E89

Tints of Smalt #011E89

Color information

#011E89 (or 0x011E89) is unknown color: approx Smalt. HEX triplet: 01, 1E and 89. RGB value is (1,30,137). Sum of RGB (Red+Green+Blue) = 1+30+137=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #011E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E89 is #FEE176. Grayscale: #212121. Windows color (decimal): -16703863 or 8986113. OLE color: 8986113.

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

Color convert

RGB130137-
CMYK0.990.7800.46
HSL227.21º98.55%27.06%-
HSV(B)227.21º99.27%53.73%-
XYZ4.992.7423.93-
YUV33.53186.39104.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 137 (53.91% from 255) = 81.55%
R=0.60%
G=17.86%
B=81.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301370.990.7800.46227.2198.5527.06
Hex11E89634E02Ee3631b
Octal13621114311605634314333
Binary1111101000100111000111001110010111011100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E89; }

 p { color: rgb(1,30,137); }

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

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

 a { background-color: rgb(1,30,137); }

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

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

 span { border-color: rgb(1,30,137); }

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