#011456

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

Shades of Sapphire #011456

Tints of Sapphire #011456

Color information

#011456 (or 0x011456) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 56. RGB value is (1,20,86). Sum of RGB (Red+Green+Blue) = 1+20+86=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #011456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011456 is #FEEBA9. Grayscale: #151515. Windows color (decimal): -16706474 or 5641217. OLE color: 5641217.

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

Color convert

RGB12086-
CMYK0.990.7700.66
HSL226.59º97.7%17.06%-
HSV(B)226.59º98.84%33.73%-
XYZ1.941.188.93-
YUV21.84164.21113.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 86 (33.98% from 255) = 80.37%
R=0.93%
G=18.69%
B=80.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal120860.990.7700.66226.5997.717.06
Hex11456634D042e36211
Octal124126143115010234314221
Binary1101001010110110001110011010100001011100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011456; }

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

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

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

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

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

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

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

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