#011068

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

Shades of Sapphire #011068

Tints of Sapphire #011068

Color information

#011068 (or 0x011068) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 68. RGB value is (1,16,104). Sum of RGB (Red+Green+Blue) = 1+16+104=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #011068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011068 is #FEEF97. Grayscale: #151515. Windows color (decimal): -16707480 or 6819841. OLE color: 6819841.

HSL color Cylindrical-coordinate representation of color #011068: hue angle of 231.26º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011068 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB116104-
CMYK0.990.8500.59
HSL231.26º98.1%20.59%-
HSV(B)231.26º99.04%40.78%-
XYZ2.71.3813.22-
YUV21.55174.53113.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 104 (41.02% from 255) = 85.95%
R=0.83%
G=13.22%
B=85.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1161040.990.8500.59231.2698.120.59
Hex11068635503Be76215
Octal12015014312507334714225
Binary110000110100011000111010101011101111100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011068; }

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

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

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

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

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

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

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

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