#011459

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

Shades of Sapphire #011459

Tints of Sapphire #011459

Color information

#011459 (or 0x011459) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 59. RGB value is (1,20,89). Sum of RGB (Red+Green+Blue) = 1+20+89=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #011459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011459 is #FEEBA6. Grayscale: #151515. Windows color (decimal): -16706471 or 5837825. OLE color: 5837825.

HSL color Cylindrical-coordinate representation of color #011459: hue angle of 227.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011459 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12089-
CMYK0.990.7800.65
HSL227.05º97.78%17.65%-
HSV(B)227.05º98.88%34.9%-
XYZ2.071.239.58-
YUV22.18165.71112.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 89 (35.16% from 255) = 80.91%
R=0.91%
G=18.18%
B=80.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal120890.990.7800.65227.0597.7817.65
Hex11459634E041e36212
Octal124131143116010134314222
Binary1101001011001110001110011100100000111100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011459; }

 p { color: rgb(1,20,89); }

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

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

 a { background-color: rgb(1,20,89); }

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

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

 span { border-color: rgb(1,20,89); }

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