#011656

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

Shades of Sapphire #011656

Tints of Sapphire #011656

Color information

#011656 (or 0x011656) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 56. RGB value is (1,22,86). Sum of RGB (Red+Green+Blue) = 1+22+86=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #011656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011656 is #FEE9A9. Grayscale: #161616. Windows color (decimal): -16705962 or 5641729. OLE color: 5641729.

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

Color convert

RGB12286-
CMYK0.990.7400.66
HSL225.18º97.7%17.06%-
HSV(B)225.18º98.84%33.73%-
XYZ1.981.258.94-
YUV23.02163.54112.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 86 (33.98% from 255) = 78.90%
R=0.92%
G=20.18%
B=78.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal122860.990.7400.66225.1897.717.06
Hex11656634A042e16211
Octal126126143112010234114221
Binary1101101010110110001110010100100001011100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011656; }

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

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

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

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

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

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

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

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