#011E76

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

Shades of Sapphire #011E76

Tints of Sapphire #011E76

Color information

#011E76 (or 0x011E76) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 76. RGB value is (1,30,118). Sum of RGB (Red+Green+Blue) = 1+30+118=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #011E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E76 is #FEE189. Grayscale: #1E1E1E. Windows color (decimal): -16703882 or 7740929. OLE color: 7740929.

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

Color convert

RGB130118-
CMYK0.990.7500.54
HSL225.13º98.32%23.33%-
HSV(B)225.13º99.15%46.27%-
XYZ3.752.2417.38-
YUV31.36176.89106.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=0.67%
G=20.13%
B=79.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1301180.990.7500.54225.1398.3223.33
Hex11E76634B036e16217
Octal13616614311306634114227
Binary111110111011011000111001011011011011100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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