#011E56

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

Shades of Sapphire #011E56

Tints of Sapphire #011E56

Color information

#011E56 (or 0x011E56) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 56. RGB value is (1,30,86). Sum of RGB (Red+Green+Blue) = 1+30+86=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #011E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E56 is #FEE1A9. Grayscale: #1B1B1B. Windows color (decimal): -16703914 or 5643777. OLE color: 5643777.

HSL color Cylindrical-coordinate representation of color #011E56: hue angle of 219.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E56 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB13086-
CMYK0.990.6500.66
HSL219.53º97.7%17.06%-
HSV(B)219.53º98.84%33.73%-
XYZ2.161.619-
YUV27.71160.89108.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 86 (33.98% from 255) = 73.50%
R=0.85%
G=25.64%
B=73.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal130860.990.6500.66219.5397.717.06
Hex11E566341042dc6211
Octal136126143101010233414221
Binary1111101010110110001110000010100001011011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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