#011E90

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

Shades of Smalt #011E90

Tints of Smalt #011E90

Color information

#011E90 (or 0x011E90) is unknown color: approx Smalt. HEX triplet: 01, 1E and 90. RGB value is (1,30,144). Sum of RGB (Red+Green+Blue) = 1+30+144=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #011E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E90 is #FEE16F. Grayscale: #212121. Windows color (decimal): -16703856 or 9444865. OLE color: 9444865.

HSL color Cylindrical-coordinate representation of color #011E90: hue angle of 227.83º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E90 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130144-
CMYK0.990.7900.44
HSL227.83º98.62%28.43%-
HSV(B)227.83º99.31%56.47%-
XYZ5.512.9526.66-
YUV34.33189.89104.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 144 (56.64% from 255) = 82.29%
R=0.57%
G=17.14%
B=82.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301440.990.7900.44227.8398.6228.43
Hex11E90634F02Ce4631c
Octal13622014311705434414334
Binary1111101001000011000111001111010110011100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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