#01106B

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

Shades of Sapphire #01106B

Tints of Sapphire #01106B

Color information

#01106B (or 0x01106B) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 6B. RGB value is (1,16,107). Sum of RGB (Red+Green+Blue) = 1+16+107=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #01106B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01106B is #FEEF94. Grayscale: #151515. Windows color (decimal): -16707477 or 7016449. OLE color: 7016449.

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

Color convert

RGB116107-
CMYK0.990.8500.58
HSL231.51º98.15%21.18%-
HSV(B)231.51º99.07%41.96%-
XYZ2.851.4414.04-
YUV21.89176.03113.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 107 (42.19% from 255) = 86.29%
R=0.81%
G=12.90%
B=86.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1161070.990.8500.58231.5198.1521.18
Hex1106B635503Ae86215
Octal12015314312507235014225
Binary110000110101111000111010101011101011101000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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