#011E81

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

Shades of Sapphire #011E81

Tints of Sapphire #011E81

Color information

#011E81 (or 0x011E81) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 81. RGB value is (1,30,129). Sum of RGB (Red+Green+Blue) = 1+30+129=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #011E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E81 is #FEE17E. Grayscale: #202020. Windows color (decimal): -16703871 or 8461825. OLE color: 8461825.

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

Color convert

RGB130129-
CMYK0.990.7700.49
HSL226.41º98.46%25.49%-
HSV(B)226.41º99.22%50.59%-
XYZ4.442.5221.02-
YUV32.62182.39105.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 129 (50.78% from 255) = 80.62%
R=0.62%
G=18.75%
B=80.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301290.990.7700.49226.4198.4625.49
Hex11E81634D031e26219
Octal13620114311506134214231
Binary1111101000000111000111001101011000111100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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