#01106D

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

Shades of Sapphire #01106D

Tints of Sapphire #01106D

Color information

#01106D (or 0x01106D) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 6D. RGB value is (1,16,109). Sum of RGB (Red+Green+Blue) = 1+16+109=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #01106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01106D is #FEEF92. Grayscale: #151515. Windows color (decimal): -16707475 or 7147521. OLE color: 7147521.

HSL color Cylindrical-coordinate representation of color #01106D: hue angle of 231.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01106D is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB116109-
CMYK0.990.8500.57
HSL231.67º98.18%21.57%-
HSV(B)231.67º99.08%42.75%-
XYZ2.961.4814.6-
YUV22.12177.03112.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 109 (42.97% from 255) = 86.51%
R=0.79%
G=12.70%
B=86.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1161090.990.8500.57231.6798.1821.57
Hex1106D6355039e86216
Octal12015514312507135014226
Binary110000110110111000111010101011100111101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01106D; }

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

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

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

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

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

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

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

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