#011F86

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

Shades of Smalt #011F86

Tints of Smalt #011F86

Color information

#011F86 (or 0x011F86) is unknown color: approx Smalt. HEX triplet: 01, 1F and 86. RGB value is (1,31,134). Sum of RGB (Red+Green+Blue) = 1+31+134=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 134 (52.73% from 255 or 80.72% from 166); Max value from RGB is 134 - color contains mainly: blue. Hex color #011F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F86 is #FEE079. Grayscale: #212121. Windows color (decimal): -16703610 or 8789761. OLE color: 8789761.

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

Color convert

RGB131134-
CMYK0.990.7700.47
HSL226.47º98.52%26.47%-
HSV(B)226.47º99.25%52.55%-
XYZ4.812.7122.82-
YUV33.77184.56104.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 134 (52.73% from 255) = 80.72%
R=0.60%
G=18.67%
B=80.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311340.990.7700.47226.4798.5226.47
Hex11F86634D02Fe2631a
Octal13720614311505734214332
Binary1111111000011011000111001101010111111100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,31,134); }

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

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

 a { background-color: rgb(1,31,134); }

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

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

 span { border-color: rgb(1,31,134); }

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