#011063

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

Shades of Sapphire #011063

Tints of Sapphire #011063

Color information

#011063 (or 0x011063) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 63. RGB value is (1,16,99). Sum of RGB (Red+Green+Blue) = 1+16+99=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #011063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011063 is #FEEF9C. Grayscale: #141414. Windows color (decimal): -16707485 or 6492161. OLE color: 6492161.

HSL color Cylindrical-coordinate representation of color #011063: hue angle of 230.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011063 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB11699-
CMYK0.990.8400.61
HSL230.82º98%19.61%-
HSV(B)230.82º98.99%38.82%-
XYZ2.451.2811.92-
YUV20.98172.03113.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 99 (39.06% from 255) = 85.34%
R=0.86%
G=13.79%
B=85.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal116990.990.8400.61230.829819.61
Hex11063635403De76214
Octal12014314312407534714224
Binary110000110001111000111010100011110111100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011063; }

 p { color: rgb(1,16,99); }

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

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

 a { background-color: rgb(1,16,99); }

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

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

 span { border-color: rgb(1,16,99); }

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