#011559

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

Shades of Sapphire #011559

Tints of Sapphire #011559

Color information

#011559 (or 0x011559) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 59. RGB value is (1,21,89). Sum of RGB (Red+Green+Blue) = 1+21+89=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #011559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011559 is #FEEAA6. Grayscale: #161616. Windows color (decimal): -16706215 or 5838081. OLE color: 5838081.

HSL color Cylindrical-coordinate representation of color #011559: hue angle of 226.36º 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 #011559 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12189-
CMYK0.990.7600.65
HSL226.36º97.78%17.65%-
HSV(B)226.36º98.88%34.9%-
XYZ2.081.269.59-
YUV22.77165.37112.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 89 (35.16% from 255) = 80.18%
R=0.90%
G=18.92%
B=80.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal121890.990.7600.65226.3697.7817.65
Hex11559634C041e26212
Octal125131143114010134214222
Binary1101011011001110001110011000100000111100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011559; }

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

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

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

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

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

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

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

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