#011E84

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

Shades of Smalt #011E84

Tints of Smalt #011E84

Color information

#011E84 (or 0x011E84) is unknown color: approx Smalt. HEX triplet: 01, 1E and 84. RGB value is (1,30,132). Sum of RGB (Red+Green+Blue) = 1+30+132=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #011E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E84 is #FEE17B. Grayscale: #202020. Windows color (decimal): -16703868 or 8658433. OLE color: 8658433.

HSL color Cylindrical-coordinate representation of color #011E84: hue angle of 226.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E84 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130132-
CMYK0.990.7700.48
HSL226.72º98.5%26.08%-
HSV(B)226.72º99.24%51.76%-
XYZ4.642.622.09-
YUV32.96183.89105.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=0.61%
G=18.40%
B=80.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301320.990.7700.48226.7298.526.08
Hex11E84634D030e3621a
Octal13620414311506034314232
Binary1111101000010011000111001101011000011100011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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