#011E6F

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

Shades of Sapphire #011E6F

Tints of Sapphire #011E6F

Color information

#011E6F (or 0x011E6F) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 6F. RGB value is (1,30,111). Sum of RGB (Red+Green+Blue) = 1+30+111=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #011E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E6F is #FEE190. Grayscale: #1E1E1E. Windows color (decimal): -16703889 or 7282177. OLE color: 7282177.

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

Color convert

RGB130111-
CMYK0.990.7300.56
HSL224.18º98.21%21.96%-
HSV(B)224.18º99.1%43.53%-
XYZ3.352.0815.26-
YUV30.56173.39106.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=0.70%
G=21.13%
B=78.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1301110.990.7300.56224.1898.2121.96
Hex11E6F6349038e06216
Octal13615714311107034014226
Binary111110110111111000111001001011100011100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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