#011E6E

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

Shades of Sapphire #011E6E

Tints of Sapphire #011E6E

Color information

#011E6E (or 0x011E6E) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 6E. RGB value is (1,30,110). Sum of RGB (Red+Green+Blue) = 1+30+110=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #011E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E6E is #FEE191. Grayscale: #1E1E1E. Windows color (decimal): -16703890 or 7216641. OLE color: 7216641.

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

Color convert

RGB130110-
CMYK0.990.7300.57
HSL224.04º98.2%21.76%-
HSV(B)224.04º99.09%43.14%-
XYZ3.292.0614.98-
YUV30.45172.89107-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=0.71%
G=21.28%
B=78.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1301100.990.7300.57224.0498.221.76
Hex11E6E6349039e06216
Octal13615614311107134014226
Binary111110110111011000111001001011100111100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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