#011659

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

Shades of Sapphire #011659

Tints of Sapphire #011659

Color information

#011659 (or 0x011659) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 59. RGB value is (1,22,89). Sum of RGB (Red+Green+Blue) = 1+22+89=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #011659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011659 is #FEE9A6. Grayscale: #171717. Windows color (decimal): -16705959 or 5838337. OLE color: 5838337.

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

Color convert

RGB12289-
CMYK0.990.7500.65
HSL225.68º97.78%17.65%-
HSV(B)225.68º98.88%34.9%-
XYZ2.11.39.59-
YUV23.36165.04112.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 89 (35.16% from 255) = 79.46%
R=0.89%
G=19.64%
B=79.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal122890.990.7500.65225.6897.7817.65
Hex11659634B041e26212
Octal126131143113010134214222
Binary1101101011001110001110010110100000111100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011659; }

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

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

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

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

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

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

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

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